I have a problem getting fstorage to work with BLE in SDK 14.2.0.
The fstorage example works fine until i change
NRF_SDH_BLE_PERIPHERAL_LINK_COUNT to more than 0
In my app i need peripheral links so setting it to zero is not an option. If it set it to more than zero, fstorage hangs at "wait_for_flash_ready" as soon as the softdevice is enabled.
How can i get around this? Thanks!