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.

MSP430FR2433: How to expand Information FRAM

Part Number: MSP430FR2433


Hello,

I am thinking of storing logs in the information FRAM area but
I don't have enough memory capacity.
So I would like to use the FRAM in the program area like information FRAM.

I was able to extend the log area by applying the following sample code.
#pragma PERSISTENT(DemoMode)
#pragma LOCATION(DemoMode, 0x1800);

The initial value of the program area is 0x00.
How should I specify the initial value (0xff) for the log area here?

best regards

**Attention** This is a public forum