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.

debug错误:TMS320C64+: Warning: The application is using 64 MB of DSP memory.



我的程序是基于TMS320DM6467,在用CCS5.2软件仿真的时候,报错:TMS320C64+: Warning:  The application is using 64 MB of DSP memory. 
我参考了文档 spru600i在tisim_c64plus_cpu.cfg和tisim_c64plus.cfg两个文档MODULE C64xplus段添加MEM_USAGE_LIMIT 100;
但是再次debug依旧是 TMS320C64+: Warning:  The application is using 64 MB of DSP memory. 似乎我的修改没有起到作用。
我还需要修改哪个文件? 谢谢啦。