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

FDS on nRF52832 using mbed with SDK14.2

I'm stuck over fds_init() which hangs on mbed-os using SDK 14.2

I am calling fds_init within bleInitComplete callback as follows:

BLE &ble = BLE::Instance();
ble.onEventsToProcess(scheduleBleEventsProcessing);
ble.init(bleInitComplete);
Unfortunately MCU hangs few ms right after fds_init completes. Advertising not started yet at that moment.
Any idea ?
Thanks.
Peter
Related