Other Parts Discussed in Thread: CC2340R5, UNIFLASH, SYSCONFIG
Hi everyone,
I am working on a CC2340R5 application using NVS memory. I would like to skip NVS sectors while programming the device to retain the data.
Either with CCS or UniFlash, it is not working.
CCS:
Uniflash:
No error, sectors are just not skipped.
I wanted to know if I am doing something wrong or if this feature is not available yet?
Plan B is reading the NVS memory and saving it before programming, which works fine, but it's not the ideal solution.
Regards,