Loading...
 
Skip to main content

System Workbench for STM32


SWO ITM printf() output using ST-LINK utility while debugging

In the meantime (long ago) I figured out that openOCD can write trace messages into a text file. Append the following lines to the user defined debugger script:

tpiu config internal /path/to/debug.txt uart off 8000000
itm port 0 on

 
Collapse/expand modules below