Loading...
 
Skip to main content

System Workbench for STM32


Any way to have Single Wire Viewer in the System Workbench console?

I have already got SWV printf output to the viewer on ST LINK Utility through the ITM method. But if I connect there for the SWV output, then I can't run the debugger on System Workbench. Does anyone have a way to run the System Workbench debug and have SWV output on the console?
Tunisia

Unfortunately the answer is no. That's the short answer.

The long answer is that openocd cannot display the SWO message in its console. Instead, openocd redirect SWO message to a file.

for further inormation on this topic please see :

  1. How to output SWO trace?
  2. openocd documentation


Best regards,
Tarek

Thanks Tarek. I'll look into your suggestions. Thread can be closed now