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