Hey Nordic,
I am using the nrf51 to operate a sensor and send data wirelessly. I want to store the id of the sensor in the flash memory and I Understand that a good way to do so is to use pstorage API.
I have been through plenty of exmaples and have red the documentatin but I still have simple questions unanswered as I still cant get my simiple app to run.
The questions are as follow:
- should I load the softdevice before I am able to use pstorage API
- is there a complete example which is only focussed on showing how presistant storage works. There are plenty of exmpales out there but all of them are not focussed on pstorage only as they also include BLE and other APIs which can be comfusing for someone who is only starting with pstorage and does not want to use it along with BLE.
Thank you in advance Ryan.