Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FDS write problem

Hi nordic

I am testing with an FDS example.
I am reading and writing various data. But there was a problem in the writing process.
I called fds_record_write () once, but when I read the memory using nrfjprog, I saw that the same data was written 3 times, and I saw it read 3 times by calling fds_record_find (). I had exactly the same file ID and record key.
I do not know what I did wrong. I would be grateful if you could help me.

Related