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 used the STMCube IDE on a previous STM32 project with the ST-LINK interface on the STM32-F3-DISCOVERY eval board, but I’m now trying to build and load a project a vendor has supplied us with ( and they use system workbench ), and the debugger does nothing. System workbench reports some nonsense windows error about joining drives ( obviously someone is following a wrong pointer somewhere to the error string and this seems to be a common error among eclipse based IDEs on Windows whenever gdb “doesn’t work” ), and the RST and SWCLK signals coming out of the debug board don’t move the whole time, so it isn’t even trying to communicate. Any idea where to even start?