最近项目要求存储比较多的数据,定义了一个二维数组array[M][N],当编译完后报错,RAM才8k,而我这个有几十K的数据,所以想到把该数组存进flash,但是我用__code const uint16 array[M][N] ,存进flash的是常量,不能修改,请问下。
1. 怎么将数组存进内部flash,可读写修改。
2. 查了下snv资料,好像只能存不到2k的数据。
3. 使用外加flash,能实现么?TI有什么例程资料可以参考的?
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.