I am trying to get the example examples/ble_peripheral/ble_app_template to work from nRF5_SDK_13.1.0.
nRF52832, s132, pca10040
Much of the code works, but inside peer_manager_init(), pm_init() fails.
This is because pds_init() fails due to fds_init() failing.
Inside fds_init() there is a line pages_init() which fails.
I assume the problem has something to do with my flash_placement.xml file. (attached)flash_placement.xml
Where should I look for the correct way to setup the memory so that fds will work?