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

FDS - pstorage - fstorage - which to use?

I am using NRF52DK and SDK 12.1. I am using BLE. I currently am not using Peer Manager but probably will be implementing that in the future (of sooner if that makes my question below easier).

I tried several different examples found in answers here to get FDS to work - all were for SDK11. I also used the code in the Infocenter for SDK12.1 under FDS usage and could not get it to do anything but write to memory. It initialized fine and wrote fine but I could not get it to read back from memory. I gave up and figured I would look for help here.

I have about 10-12 user changeable "settings" that I need to store when the user changes them and that can be recovered after a reboot or power failure.

What is the easiest way to save these settings when a user changes them and retrieve them after a reboot? Is it FDS, Pstorage, Fstorage????

I could not find an example of FDS in the SDK examples directory - did I miss something?

I could really use a good example for SDK12.1 that shows how to write to memory and read back from memory.

Any help would be appreciated! Thanks, Bryan

Parents Reply Children
No Data
Related