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.
1、code是C51 keil的做法。
2、使用C语言标准,是const char table,编译器就会把table放到flash中。
那就要看你的RAM够不够了
可以将常量存储在flash,然后定义一个数组,将flash中的数据赋给数组。