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