7 years, 11 months ago.

mbed TOOLCHAIN_ARM_MICRO and ARM_STD dfference?

When investigating into the mbed source I see that there are two different targets (MICRO and STD), I understand that the online compiler uses the MICRO target for the Nucleo/Disco boards.

What is the difference between MICRO and STD? Can I switch within mbed to STD?

Thanks for the advise.

1 Answer

7 years, 11 months ago.

Hi,

you can't switch. It's set by default for a target (default_toolchain in the targets.py script file). The recommendation is to use uLib for devices <64k of the Flash, otherwise it should use full std library. T

o compare those to, look at http://www.keil.com/arm/microlib.asp

Accepted Answer