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

FDS Sample Code

Hi,

I am trying to use the FDS for saving some variables and displaying them again later. I have downloaded the NRF52-fds-master sample code posted on github. However, this uses the peer manager and I don't want to include that in my final code. I copied out all of the methods for init, reading and writing and set the sys_evt_dispatch to use the fs_sys_event_handler. When I compile this code the event handler never triggers on the end of a write operation. I have gone through the code in the SDK documentation but it is all equivalent to the things that I copied from the sample code. I am trying to use UART and the nus ble profile to trigger read and write methods.

Does the FDS only work with the peer manager? Or is there a sample that just uses FDS without the peer manager?

Thanks for the help

Related