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


STM32G0316-DISCO: Note on debugging

In order to get the attention of my STM32G0316-DISCO, I had to change my Debug.cfg with::

reset_config connect_assert_srst

I expect this has to do with the shared NRST pin (4 clocks isn’t very long), and probably applies to the 8-pin devices in general, not just this DISCO.

This isn’t really a question, I’m just trying to save people some head-scratching.