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.

MSP430FR2512: Information FRAM

Part Number: MSP430FR2512

What exactly is the FRAM area called "Information FRAM" ?

  • Hi Ralph,

    Info FRAM is a section of FRAM memory space that is separate from the main code space and is used to store application specific variables or constants, such as calibration values. Its up to you what you do with it.
    One advantage of having a separate section for valuable data is you can erase main memory without affecting the contents of the Info area if you choose. The Info area can also be write protected to prevent accidental modifications.

**Attention** This is a public forum