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.

有关msp430f6638的超大数组定义问题?



你好!请问用ccs v5如何定义一个像unsigned char image[153600]的常量数组(放入ROM),用const unsigned char image[153600]定义会报错,ROM为256KB,应该够了呀?为什么?