2025-06-01 11:49 PM
I want to know what the C library in the GCC toolchain used by STM32 MCUs
2025-06-02 12:13 AM
I had to look up what's musl; it appears to be a linux-specific C standard library.
gcc for Cortex-M usually uses newlib-nano.
JW
2025-06-02 12:14 AM
ok, thanks
2025-06-02 1:19 PM