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


Impossible to trigger a breakpoint

Hello,

I have just installed System workbench for stm32 but i m facing an issue since a few days when i want to debug my code. Indeed, when i want to set a breakpoint and trigger it, it never happens. Breakpoint seems to be hit but it does not stop the MCU.
Thank you
Best regards,

Aurélien

Re
Finally, i found the issue. That was because my breakpoints were configured as “Dynamic C/C++ printf”.
Have a good day.