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


Dual processor simultaneous debug setup?

Hi bluenow,
I managed to launch two debug sessions one for each processor by changing the openOCD port number for the second processor and choosing the correct ST-link device.
Yes they are master slave configuration, there is a lot of data being sent - if I pause the master then pause the slave there is a relatively large amount of time between each processor halting as I can only move so fast - I’m hoping there is a way to halt both debug sessions with one click essentially. Any ideas?
Thanks