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.

CC1352R: Simple Peripheral with OAD, store additional data in non volatile memory

Part Number: CC1352R
Other Parts Discussed in Thread: SYSCONFIG

Hi,

Currently I am trying to store 2 large string arrays and 2 custom structures in non-volatile memory. It is important that these are not lost on reboot or anything like that.
I believe I should use the NVS driver, as the osal_snv driver only supports the use of 2 pages, which is not enough for my data.

Am I correct to use the NVS driver?
I have already tried to use the example code for the NVS internal. However, when trying nvs_read(), the code hangs indefinitely. The same happens when I try adding NVS regions to the Simple Peripheral with On Chip OAD example code.

Any help would be greatly appreciated!

Thank you.