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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
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?