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

Storing variables in non volatile memory

Hello,

I am developing beacon on nRF51DK and I want to store in non volatile memory some parameteres like:

  • ProximityUUID
  • Minor
  • Majnor
  • AdvInterval
  • Tx_power

I want to have posibility to change those parameters over UART and keep them in memory even after reboot. I know how to handle UART so far. Should I use Pstorage? Is there some good example how to use it in similar case?

Parents Reply Children
No Data
Related