The nRF52 Development Kit is a single-board development kit for Bluetooth Smart, ANT and 2.4GHz proprietary applications using the nRF52 Series SoC. This kit supports both development for nRF52832 SoCs.

How to remove unwanted default modules from the Mbed project? Reducing the code size

03 Apr 2018

I have developed a working code using Mbed online compiler. Tested it on the nRF52-DK board and works perfectly fine. Now I have developed my own hardware using the nordic controller chip. I ported the code to the Keil uVision. When I build the code it gives me a linker error for exceeding code size limit. I see that there are many unwanted modules that are adding to code size that are by default part of the Mbed OS project. (eg: Cellular, Lora, other driver modules) Can somehow we remove the unwanted modules from the code?