This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

.hex文件转换成.bin文件的问题



我运用

hex2000 -romwidth 16 -memwidth 16 -i -o xx.hex xx.out

先将.out文件转换成了.hex文件,现在我想将.hex转换成.bin,用的是工具hex2bin.exe,发现少了部分内容,如下图:

图1是在memory里面看的,与.hex文件一样,证明.hex转换时正确的,图2是用hex2bin.exe转换的,与图1相比发现少了图1中的红框内容,请问是什么原因?

                                                图1

                                                                   图2