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.

IAR内定义一份参数表的数组,如何将其强制保存至MSP430的FLASH固定位置?

Other Parts Discussed in Thread: MSP430F2132

例如一个长度为64字节的一维数组,想将其写入在MSP430的0xFA00开始的位置,即编译后这个数组的起始位置为0xFA00,C程序中如何处理呢?