Hello,I want to save a value in memory and I wnat to read this after reset.How can I do this?I use s110 softdevice v1.1.1 and nrf51822 beacon.
Thanks!
Hello,I want to save a value in memory and I wnat to read this after reset.How can I do this?I use s110 softdevice v1.1.1 and nrf51822 beacon.
Thanks!
pstorage library that comes with SDK is your friend. documentation for it can be found here
There are many examples that are using pstorage and you can start [here[(devzone.nordicsemi.com/.../) with ble_template example.
If you think that pstorage is too much overhead for your simple non volatile operations then you can use sd_flash_xxx function to write and read from this NV memory
Thanks a lot Arayn!
Thanks a lot Arayn!