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.
https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/831381/ccs-tms320f28379d-tms320f28379d
工具/软件:Code Composer Studio
你好 如何存储在闪存中 我有一个不 适合 RAM 存储器的大型阵列、我想将其存储在闪存中。
如果程序执行期间数组中的值发生变化、则不能位于闪存中。 另一方面,如果数组中的值从未更改,则使用 const 关键字来定义它...
const uint16_t AdcaResult0[]={100、200、300 /*等};
然后将其分配给闪存存储器。
谢谢、此致、
乔治