Moving the MBED library to custom board

18 Jul 2017

Hi, I have used some of the MBed development boards to develop some code. Now I have designed my own PCB (with a similar processor, but a different footprint). Then it is not possible anymore to download code through the online compiler. Is it possible to take the MBed library and use it with an offline compiler and with another MCU and have it working? And is there some guides on how to do this? Do I need to do a lot of changes to the library to have it working with my MCU?

Hope someone can help.

Regards, Morten

18 Jul 2017

You can use CLI and offline (GCC) compiler (Linux or VirtualBox under Windows). https://docs.mbed.com/docs/mbed-os-handbook/en/latest/dev_tools/cli/