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 setup issue on ST discovery and eval board

Thank you Bernard. Linking to the elf file in the main debug C/C++ Application tab partially solved my issues. I got one of the STM32F4 cube example projects to run, although repeating the procedure with the other cube projects is failing. I either can’t get them compiled without errors, or if they do compile, and I debug/run, nothing happens on the micro-controller.

In general I find that openstm32 is buggy when it comes to STM32F4 cube. If I run the example projects in IAR Embedded Workbench, I never have any problems, but of course my demo version of that IDE expired, hence the need for openstm32.

If I create my own projects with my own source files from scratch in openstm32, I usually don’t have problems, its just the cube which makes me yell out loud with profanity in my office.

To answer some of your questions, I’m using STM32F429 with the 429 Eval board. All I want to do is run the example projects in STM32F4 cube using openstm32 in order to help me in my own development.