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


Debugger becomes unresponsive when enabling SysTick interrupt

I think I know what is wrong, but I do not understand why. I had to change the BOOT0 jumper to 1 for the debugger to be able to flash the code and to reset the CPU. However when I want to debug the code with the SysTick interrupt enabled, I have to change the BOOT0 jumper back to 0 before I start the code execution. Debugging works fine now, but I have no clue why. Can somebody please help me to understand this?