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.
我当前使用的Compiler version是TI V6.4.2,DSP/BIOS version是5.42.1.09. 但是最终生成的HEX文件前面带有一段00和FF(烧录进芯片后能够运行),请问这可能是什么原因造成的?
HEX文件如下图所示:
我的编译器信息如下图所示:
你好,为你将问题升级到英文E2E论坛了,还请留意论坛回复:e2e.ti.com/.../tms320f28062-the-format-of-hex-file
好的,分享一下解决思路:检查一下Release或者是Debug文件夹下编译生成的link文件,查一下多的那段00的首地址在link文件中出现的name,然后去自己工程里面找到这个name代表什么内容,基本就能找到问题了。