Other Parts Discussed in Thread: MSP430FR5739, MSP430WARE
Would like to know how to go about saving RAM data to FRAM location in which the FRAM data would be retained during a power reset or power off condition. The data size is just a few bytes received via serial communication. Once received I would like to send the data to a storage area that would be retained during a loss of power or reset. I have the serial code piece working and storing the data in RAM but need to know how to store the data away. I'm a little confused on how to do this on the MSP430FR5739 controller, can I simply create a pointer to a FRAM location and copy the data over, or do I need to manipulate the FRAM controller to perform the saving of data.
Any help would be much appreciated.