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


How to run a program stand-alone without debugger? (was: Run configuration for a CubeMX imported program)

Tried to start from scratch by using toggling example provided by STM on Nucleo board. The same story - starts without any problem in debug mode, but not is standalone.

However, there is a difference. While the board connected to the computer, this simple example starts to work after pressing reset It does not happen on my board. If disconnect from a computer and connect it again, the program won’t start either I press Reset or not.

Whether need to make Release configuration or just change some options in Debug - don’t know. Unfortunately those examples do not provide Release configuration.