This is for a current project on SDK 15 and nRF52832.
My project has several configuration parameters, which exist as BLE attributes.
I'd like to make them persist across reboots.
I understand the way to do that is:
- to store them in flash,
- using fds on top of fstorage
- update them when they change, and
- sanity check (for presence and correctness) and load them on (re)boot.
But rather than just rolling my own code from scratch and documentaton ...
Is there sample code that does this? (In the SDK, elsewhere, or could you post it?)