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


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

I don’t see you did anything wrong, but I can understand the result that you get.
The problem is that the driver of ST-LINK v2 does not designed for sharing by application
simultaneously. While you start debugging, the debugger app acquired the driver of ST-LINK v2 and the
app of ST utility can’t get the driver any more, and vice versa.