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


You are viewing a reply to OpenOCD problems  

OpenOCD problems

Hi,

The project generated by CubeMX is not complete (I think it will be fixed in the next version), that’s why System Workbench cannot find the OpenOCD script.

I suggest you to go into the project properties :
C/C++ Build > Settings > Target, select the “NUCLEO-L053R8” in the board area then apply.

Try to recreate a debug configuration to download the code.

Hope it will work.
Kevin.