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


I have the same problem. See attached file.

- The Hardware is STM32F405RG (olimex development board) connected with St-LinkV2
- The code is original generted from STM32CubeMX without any changes from my side.
- The Hardware is running without any problems with EmBiz
- the debugger stops in the first line of the main correctly. When continue for the next Braekpoint it stops with Sgint Interrupt anywhere in the program.
- It is a software problem may be the code from STM32CubeMX is incomplete, because I do not see any Interrupt handler in the code or there is a buck in the software from AC6.

Does anybody knows how to solve the problem