硬件DSP6713平台,使用CCS2.20程序基本放在片内RAM运行,由于空间所限,使用 #pragma CODE_SECTION( )将部分函数指向片外SDRAM运行,程序编译没有问题,但是加载时出现如图所示错误,但是偶尔也能加载成功,大多数情况下都报错,而使用#pragma DATA_SECTION将数据放在片外SDRAM则没有问题,请问这会是什么原因,谢谢!
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.