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


Re: Step over C statement is too slow

nope no solution
a work arround can be to select next line and then use “run to line”
that wil be done as a fastet temp brakepoint + run instead of single steping into all asm until it reach next “c line”
that migth be some “safe way” to step until reaching next valid c line that work even in optimized code
where trying to set a “tmp brake” base on some “next c line ” commonklty fail and won’t brake at all