5 years, 7 months ago.

How to load and configure and use the Nordic nrf52840 SDK from within mbed?

Can it be done, and if so, how?

Or is it already loaded? Sorry, I'm new to mbed and am a bit confused.

posted by David WhiteHare 21 Sep 2018

1 Answer

5 years, 7 months ago.

Hi David,

Mbed includes the Nordic SDK as this is required to bring in the SoftDevice which enables Bluetooth support. Please check the README.md here for further information:

The configuration is controlled through sdk_config.h located here:

Certain assumptions are made by the SoftDevice so this has been configured for typical use.

If you are looking for the peripheral drivers, they are located here:

Let us know if you have questions related to building with the SDK.

Regards,

Ralph, Team Mbed