4 years, 7 months ago.

Blinky mbed-os5 porting to a custom target

Hi,

I am newbie to the mbed platform. I am attempting to port mbedos-5 to CORTEX-M4F target which is not supported by mbed. Currently I am just trying to run blinky mbed os5.

Tool used: mbed CLI Mbed version: 5

I have few questions as follows: 1. I am using mbed CLI to compile, and I observed that it compiles for all the modules with command 'mbed compile -m target -t GCC_ARM'. How can I avoid compilation of all modules and just make it compile for the required module? 2. I have implemented the following: Edited target.json file, startup, system, linker script, cmsis, device.h, cmsis_nvic.h, mbed_rtx.h. When I attempt to compile, it throws build errors from different modules. I am blocked with the issue 1 and please let me know if I am missing something.

Thanks, Lavanya

Be the first to answer this question.