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.

How to not change 16kB section of memory in MSP430FR6989 while firmware updating with CodeComposer

Other Parts Discussed in Thread: MSP430FR6989, CODECOMPOSER

Hello.

We use MSP430FR6989. And we need to save some measurements data in internal memory, something like log-file. We need 16 kB of memory for this purpose.

Is it possible to somehow split this segment of memory and do not erase it, when we load new version of firmware into MCU from CodeComposer?

As an instance of possible actions:

We build some program, which performs some measurements and saves the log in FRAM. Device works a certain time and continuously saves data to memory. Then we need to load a new version of firmware into MCU. How to save a present log without downloading this log before firmware updating?

**Attention** This is a public forum