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


Debugging problems

Windows 7
System Workbench for STM32 Version: 1.14.1.201707031232
Nucleo-144 STM32F746

After much effort I ported our existing code to this platform and can load it via the ST-LINK debugger. However, when I try to source or instruction step, I always end up in the TIM1 interrupt, which is my system timer. I found a thread here on the subject:

http://www.openstm32.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=3050Question

but it doesn’t seem to have a resolution. How do I prevent this behavior?