Loading...
 
Skip to main content

System Workbench for STM32


Debug on STM32L4 with ST-LINK System Workbench

Hello,

I am novice with AC6 and I'm looking for some informations about debugging a STM32L4 with the ST-LINK debugger.
What type of debug can I do with AC6 (is step by step debug available ?) ?
Is it possible to use the SYS_JTDO_SWO pin and trace the output in the system workbench ? In that case, what do I need to config to display SWO trace in Eclipse?

Thank you,

Florian

Tunisia

hello Florian,

Yes the stepping is available, for further information on available commands & view read this doc

SWO in System Workbench is not officially supported due to openocd improper implementation
But there is always a way : @see this topic

Regards,
Tarek


Thank you Tarek, that's all I wanted to know !