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.

MSP430FR5972: INFO Memory

Part Number: MSP430FR5972
Other Parts Discussed in Thread: MSP430F5232

Hi Experts,

I am using the MSP430FR5972 controller for my project & I want to log data into INFO memory so can u please suggest how to access INFO memory segment.

Is there any code snippet available to how to write data into INFO memory.

And I want to know  Segment A of the information memory is locked separately from all other segments.(LIKE IN CONTROLLER MSP430F5232).

  • This chip does not have flash but FRAM, so you can simply write everywhere.

    The MPU could be used to disable accesses, but the default setting of the MPUSEGIxE bits in the MPUSAM register is "enabled". (See chapter 9 of the User's Guide.)

**Attention** This is a public forum