Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

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 docQuestion

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

Regards,
Tarek


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