Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 4 months ago.
BLE central application built using mbed os 5.5.4, how to use it against softdevice version 3.0.1?
I have a BLE central application for NRF52832 (NRF52_DK) that I have built against MBED OS 5.5.4 in an offline environment using mbed cli. However the version of the softdevice its being built is softdevice 2.0.0. Is there a way to build it using the softdevice 3.0.1 using the same MBED OS 5.5.4, in this offline environment. If so what steps do I need to follow inorder to get a functional build?
This is urgent as our pre-production builds applications are failing to run as the NRF52832 BLE module where we are running this application is using softdevice 3.0.1
Thanks, Ajay.
Question relating to:
1 Answer
6 years, 4 months ago.
Hi Ajay,
Our Nordic SDK support went from v11.0 (SoftDevice v2.0.0) to v14.2 (SoftDevice v5.0.0). Adding support for a new SDK is not trivial, so the v3.x and v4.x SoftDevices were never supported. To get support for SoftDevice v5.0.0 you will have to move up to Mbed v5.9.
Please visit these pages for information on our SDK v14.2 support:
- https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_NORDIC/TARGET_NRF5x
- https://os.mbed.com/forum/upcoming-features/topic/29477/
We're sorry that we don't have support for SoftDevice v3.0.1 for you. Hopefully there's a way forward for you if you can upgrade to Mbed v5.9.
Regards,
Ralph, Team Mbed