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 example conflicts with peer manager

To learn how to use FDS, I started by importing the code from the flash_fds example. My application is using peer manager and I got really strange errors until I realized the flash_fds example is using key 0x7010 and file 0xF010. The file id is within the forbidden range of peer manager (keys 0xC000 to 0xFFFF, file id 0xC000 to 0xFFFE).

I suggest the flash_fds example chooses another file id to avoid this error in the future.

Parents Reply Children
No Data
Related