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.

MSP430FR2476: FRAM INQUIRY

Part Number: MSP430FR2476

Hi sir,

I want to know how many capacity of FRAM to user at msp430fr2476.

I want to store adc value to the FRAM.

Is it possible to use all unused program areas for data?

Thanks.

  • Hi m123456

    There are 64KB program FRAM +0.5KB data FRAM in FR2476. you can use all unused program areas for data store.

    Please make sure the code area is write protection during code writing data to the FRAM.

    0.5KB Data (Information) FRAM write protection is SYSCFG0.DFWP

    Program FRAM write protection offset address, The offset increases by 1KB resolution is SYSCFG0.FRWPOA

    using these 2 types write protection function, you can store your data in FRAM and protect your code area at the same time.

    Thanks!

  • Thank u so much

**Attention** This is a public forum