The semihosting console works perfectly when ‘default’ C library, but not at all when using newlib-nano. Is this supposed to work? I’m using a STM32F0 platform.
The newlib-nano library does not include semihosting code by default. We normally recommend referencing the “Fast semihosting & profiler” framework to get a much faster semihosting interface that works with all types of the standard library.