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

How to save data into chip flash in a easy way?

I want to open a sequential space for saving my data, about 20KB , and I want to modify or read it anytime, nordic suggest using FDS, but it seems a bit confusing. Is there any way that I can define a large const array in flash address and let me to manage the store and read?

Related