配置spiboot,烧写到nor中,上电通过频谱仪抓到,flash被重复读0地址,03 00 00 00 地址一直未递增 而且重复读到的0地址数据和flash烧写的一致
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.
配置spiboot,烧写到nor中,上电通过频谱仪抓到,flash被重复读0地址,03 00 00 00 地址一直未递增 而且重复读到的0地址数据和flash烧写的一致
请尝试用附件中的步骤跟踪一下bootloader的过程,看一下bootloader代码执行到哪里出现了这个问题?
6014.Debugging Boot Issues.zip
请确认你给我的附件是可用的 解压后,附件中都是一些无法识别的文件 也没有操作步骤和应用程序
这个wiki网站已经不对外开放了,所以我保存的是页面,但步骤还是查看的。
When debugging an application from flash, you want to let the application boot in its normal manner. If you select "load program" in CCS then you are overwriting the application that loaded from flash and not debugging the code as it runs normally. You should instead do "load symbols" in CCS and then select your .out file. This will allow you to debug your code using variable/function names without overwriting the code that boots from the flash.