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

FDS_ERR_NO_PAGES problem

Based on nRF5_SDK_15.3.0_59ac345 for nRF52810 application,

a. With s112_nrf52_6.1.1_softdevice.hex and app.hex, it works normally
b. Add bootloader, fds_init function will return FDS_ERR_NO_PAGES
c. Under bootloader + softdevice + application, all other functions are normal except FDS

So, How to define the FDS pages on the secure_bootloader project?

Related