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.
280039C个人的bootload程序跳APP程序过程中发现一个问题。
flash前面4个扇区放boot程序,剩下的flash放APP
用TI的开发板测试,发现如果APP的codestart放在0xAFFFE,会导致boot跳转不过去,boot仿真会报如下错误
而前移一个地址位或者多个地址位就能够成功,这个具体原因是因为什么,想请教一下
似乎存在一些边界条件,这些条件会影响预取机制是否被激活并触发错误。无论如何,在 F28002x 和 F28003x 上,您都不应将可执行代码放入闪存的最后一行。因此,C2000Ware 中提供的CMD(例如 device_support/f28003x/common/cmd/28003x_generic_flash_lnk.cmd)保留最后一行。