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.

CCS/CC1350: NVS Cleared when re-flashing device in CCS

Part Number: CC1350
Other Parts Discussed in Thread: UNIFLASH, , CC1310

Tool/software: Code Composer Studio

Hello,

I have run into an unexpected problem where suddenly flashing my device with CCS when debugging now wipes my Non-volatile storage. In the past this never happened, so I'm not sure what's changed now to create the problem.

For my access to the NVS, I'm using the  TI Non-Volatile Storage driver interface, and addressing one page (0x1000) of memory starting at 0x1b000.

This problem seems to only exist with CCS. I can flash the device with uniflash and I don't see the same effect. 

In my debug options for CCS the Flash erase settings are set to "Necessary settings only (Retain untouched content within sector)" and I haven't changed this myself at all.

Any ideas?