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


macro , script or option needed to stop current debug for starting another

I am building and debugging on the stm32f469i currently but this applies to other boards. Unless I stop the current debug session, when I start a new session the program will timeout and not load or run my code. If I end up in the position I have to unplug my board from the USB and plug it back in. I must hit the red square every time prior to starting again. I would like an option to do this for me, or maybe a macro or script that stops the debugger, compiles my code and starts debug up. Is this possible?

Thanks,

Jerry