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.

spi boot引导问题

Part Number: TMS320C6678


SPIboot模式如何实现:

方案:使用通用的.out生成.bin的工具链,生成.bin固化在norflash0地址开始的地方,.bin的格式 entry point+段size+段dest+数据……

板卡上电ti固化的boot会通过spi从flash读数据到片内l2中。

问题:上电后,连仿真器看片内l2发现没有读到任何数据到l2中,这是什么原因?

难道spiboot模式必须使用RBL来引导吗?