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
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?