Part Number: MSP430FR2311
Tool/software: TI C/C++ Compiler
Dear Frinds :
I am using MSP430FR2311 and hope to save some parameters for later use as in EEROM.
How to do that on FRAM ?
Thanks !
Marshall Wu
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.
Part Number: MSP430FR2311
Tool/software: TI C/C++ Compiler
Dear Frinds :
I am using MSP430FR2311 and hope to save some parameters for later use as in EEROM.
How to do that on FRAM ?
Thanks !
Marshall Wu
Hey Chen,
You can use FRAM just like non-volitle RAM. Are you trying to load in data at time of programming or later? Either way, you will probably need to adjust the memory partitioning. This document will explain it all in detail: http://www.ti.com/lit/an/slaa628/slaa628.pdf
There are also some examples of emulating EEPROM with FRAM, like this: http://www.ti.com/tool/TIDM-FRAM-EEPROM
Thanks,
JD