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
Parents Reply
  • Hi.

    mbed is a SW package delivered by Arm and is supported through the mbed website. Nordic delivers the nRF5 SDKs to support development on our nRF5 series parts and this will be the recommended solution to use, this is fully supported by Nordic. Since we have open sourced our SDKs you will find that parts of the mbed adaptation for nRF52 devices is coming from our nRF5 SDK. These parts are fully tested by us as part of the nRF5 SDK release process, but we can can't guarantee that the integration with mbed doesn't break the functionality. Please do keep in mind that mbed is just one out of a large amount of third-party SW packages out there supporting the nRF52 devices where most of them are using parts from our SDK.

    Best regards,

    Andreas

Children
Related