如果DSP配置成从flash加载,那么上电后,DSP从哪个地址开始加载程序,会加载多少字节的程序,程序被加载到内部ram的哪个位置,程序加载完成后,DSP从哪个地址开始执行程序
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会直接从0x70000000开始执行,如果客户需要将程序搬到片内执行,那么需要在0x70000000处的程序自己实现程序搬移。建议参考MCSDK下的flash boot的例子。