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


AC6 OpenOCD not working with STM32CubeMX import

LaurentL, because i’ve the same error with system generated file, it’s why i try to use a user genereted file.
I work around this problem and find a solution, not pretty but it’s working.

I create an external tool that lauch the stlink openocd session.
After that the tool is lauched i start the debug session.
There, I’ve not this error and in the debug perspective there is a second openocd session that is stoped.
But the debug process run fine.