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.
工具/软件:Code Composer Studio
如果程序执行期间数组中的值发生变化、则不能位于闪存中。 另一方面,如果数组中的值从未更改,则使用 const 关键字来定义它...
const uint16_t AdcaResult0[]={100、200、300 /*等};
然后将其分配给闪存存储器。
谢谢、此致、
乔治