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.
msp430f149芯片的64k flash的信息存储段可以存储数据信息,主存储区可以写入信息吗?如果可以,是怎么存储的?主信息段存储的程序代码和写入的信息是如何分别存储的?谢谢!
主存储区可以存储数据。
通过设置Flash的控制寄存器,可以对指定地址进行擦除和改写等操作。
具体请参考1xx family user's guide 和F149的官网例程。