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


You are viewing a reply to Mbed project debug fails.  

Mbed project debug fails.

As it’s crashing in the startup code, put a breakpoint in that assembly (startup_stm32.s) on the first instruction after “Reset_Handler:” and try stepping through it.

I’d also look at the *.map file to see what was linked. Equivalent information is available by expanding the *.elf program in the Project Explorere view if the elf Binary Parser is installed and enabled.

The default_handler will catch a lot of interrupts so very hard to determine the cause.