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

How to save data on flash storage?

I need to save some data on the flash storage. This data will be some structures and I will write, read and modify them as and when required. I am also using peer manager in my application. Can my application use fds(flash data storage) module while using peer manager? Or should I use flash storage module directly? Although I have seen the sample code snippets on NRF infocenter but I would like to see a complete application code that uses flash storage along with peer manager.

Related