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


Clicking "restart process" while debugging causes eclipse to hang

When running the Ac6 debugging plugin in Eclipse Neon.1 on OSX if I click the “restart process” button in the toolbar it causes Eclipse to start consuming 100% CPU and becoming unresponsive. Has anyone else experienced this?

I’m using version 1.12.1 of SW4STM32.

I certainly have.

Apparently you can go down to the console panel and type “monitor reset halt” and it will work. As for the button, yeah, I’ve been using terminate and relaunch for a long time. Less now.

Andrei