如题,我想把软件的版本号和一些参数保存到MSP430FR6972单片机中,程序需要怎么配置
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.
如题,我想把软件的版本号和一些参数保存到MSP430FR6972单片机中,程序需要怎么配置
yong su,
一种方案是可以如楼上建议存储到Information区,同时由于FRAM data和code是可以动态分配的。
可以使用CCS中的CMD文件或者IAR中的.xcl文件来总体管理。你可以在整体FRAM中专门分出一小块来进行自己参数存储,且不会被Code覆盖掉。
具体可以参考文档:“”MSP430™ FRAM Technology – How To and Best Practices“”
http://www.ti.com/lit/an/slaa628/slaa628.pdf