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.

#pragma CODE_SECTION 为什么不管用?



例如,

#pragma CODE_SECTION(MemCopy, "ramfuncs");

在MAP文件中看到,程序并不能将MemCopy放置到ramfuncs指定的地方

因些运行时,找不到MemCopy的地址。

我用的是CCS V5 ,限时版

谢谢专家