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


Run configuration for a CubeMX imported program

I have a CubeMX “Debug” program in my board and it will automatically start/run at power on. The debug symbols are not loaded into the board. If your program won’t start at power on, removing the symbols from the elf file is unlikely to fix the problem.

Any changes you make to add a new configuration will likely be lost if you regenerate the CubeMX project. If you just need to create a stripped elf, it may be easier to do it outside of Eclipse.