This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE custom characteristics values are getting reset on a board power cycle in NRF52832

Hi,


I am working on NRF52832 board in segger embedded studio. I am using nrf SDK 15.0.0.

I have created BLE custom characteristics and using nrfConnect mobile app to communicate with the Nordic board. On a power cycle, the custom characteristics values are getting reset. Can you please guide me on how to use a non-volatile storage and use the softe device APIs so that the custom characteristics can be restored with the previous values on a power cycle.

It would be nice if you suggest me any SDK example code for this case so that I can refer to it.

Related