Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I've defined a NVS section starting at flash address 0x7A000 with a region size of one sector - 0x800 bytes. Reading and writing this sector via the NVS driver is no problem, but I'd like to preserve the contents of this sector across debug sessions. Currently, when I start a debug session this sector is being erased regardless of the fact that I've enabled the following flash protection:
As you can see, I'm using a XDS110 USB Debug Probe with a standard LP-EM-CC2340R5 development board and CCS Theia version 1.5.1.3. What am I doing wrong?