Hi,
I am currently utilising OSAL Simple Non-Volatile (SNV) Memory API to read and write small chunks of data. I can see by default that two pages have been reserved for NV items which should amount to 4096 bytes (2048 * 2) for CC254XF256.
This was working brilliantly for me thus far, however it looks like when I reach the end of the first page (i.e 2048) it fails. Scanning through the SNV Memory API source code, I cannot see any switch to the next page and it seems like only one page can be used at any one time.
Could someone either correct me or suggest the proper use of this API?
Cheers,
Jerome