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.
如果要在infomation flash中初始化一些系统参数和数据,在CCS中如何进行定义?
在IAR中可以使用_root关键字进入定义,使用 #pragma location = 0x1000 指定位置。
在CCS中的帮助文件里没有发现关于编译器的使用手册,希望TI的高手进行指点。
msp430一般很少直接定义数据到flash中。
infomation flash常作为EEprom使用,第一次烧写程序,写参数或数据到infomation flash中。然后再烧写程序就可以使用这些参数和数据了