SystemWorkbench for STM32 Semihosting |
The messages from the printf function can be displayed in the OpenOCD console in using the following steps:
-specs=nosys.specs -specs=nano.specs -specs=rdimon.specs -lc -lrdimon
extern void initialise_monitor_handles(void);
initialise_monitor_handles();
monitor arm semihosting enable
For more information about C/C++ development tools in Eclipse, please see C/C++ Development User Guide.