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 Debugging STM32F107 from CubeMX  

Debugging STM32F107 from CubeMX

Hi,

System Workbench support ST-Link.
Can you add the -d3 option to the debug configuration as showed in this image?

Debug Conf 01

That option tell OpenOCD to display more debug information. In this way you can check in the openocd console what is going wrong and provide more information to better understand your problem.

Regards,
Stefano