Semihosting with STM32
Hello System Workbench Developers.
You are doing some greta work, keep it up.
In my quest to learn more about Cortex-M chips, I am using System Workbench.
Something I have been reading about recently involves a technique called semihosting, where by the target system sends I/O to the host system debug console (OpenOCD). This is an excelletn feature, as the use of printf’s can at times be very helppful in debugging a program.
When you folks get a chance, would you kindly provide specific directions on how to achive the use of semihosting in conjunction with System Workbench.
Many thanks indeed.