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

How does FDS work?

I am trying to store a small amount of data on the nRF52832 with the FDS module.

I followed the following code found in another question: devzone.nordicsemi.com/.../

Which I managed to get working, but when I tried to adapt it to my code it didn't work.

One notable difference is that I changed the "Wait for" function to wait for a write flag set in the write event handler.

The thing that confuses me is that there is no log output for the write event handler but it still appears to work? (in the original code from the question above).

I am using SDK 13 and SD 4.

Related