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.

在线升级DSP程序转换问题



图片所显示数据是hex2000根据.out文件所转换的hex格式的数据,阴影部分的数据长度是2,地址是0x0033fff6,数据是0x0073和0x00000。不过0x0033fff6和0x0033fff7这两个地址应该是存放程序入口地址的,而程序入口地址又不是0x0073和0x00000。这是为什么?

程序入口地址是0x003300f1

flashprogram_test.out
-a
-map flashprogram_test.map
-o iControl.hex
-order MS
-boot
-sci8
请问图片中阴影部分的数据是否正确?