Hi all,
On a BLE project I was working using version 2.5.0 of the VS Code dev environment I was able to set up a partition where I could store non volatile data, such as BLE name, serial number, etc.
I have updated to 3.11 and if I understand correctly the IDE uses Sysbuild now. The old configuration does not work anymore but I need to get that storage space back up.
I'm trying to set up a small partition at the last 4KBytes of the flash memory so I can update those parameters when required. That means that my main memory would be 996 KBytes long with a last section of 4 KBytes.
I'm struggling to find an example how to define the partition and how to use the Zephyr API to delete, read or write that section.
Any help or pointers to documentation, examples, etc, is appreciated.
Kind regards,
Alberto