Other Parts Discussed in Thread: MSP430FR5969
Hi, I'm using MSP430FR5969 device and CCS 6.1.2.00015 on Windows 10.
The problem I've, is that some data used in my application are saved in FRAM from address 0x10000, and when I make some application changes and dowload the new firmware, that area is resetted to default value 0xFF. Anyway during program execution they're continuosly modified.
I know that there are some memory area that in the .map file are called INFOD, INFOC, INFOB and INFOA where I could store the data, but they're not enough large for my application.
What I want to do is to be able to download the new firmware without resetting my data values. Is it possible?
Thanks in advance
Damiano