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 debugger issue under windows8  

debugger issue under windows8

Hi,

I don’t have the same system configuration as you to test but the fact that the debug was working before make me think that maybe :

- The previous debug session is not well terminated, kill the “openocd.exe” process from the Windows task manager if it exists
- The ST-Link/V2 is still busy, unplug then replug it.

Then relaunch the debug session.

If it is still not working, try to connect your the board with “STM32 ST-Link Utility” ? If you can’t, it might be a hardware problem.

Kevin.