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


Use STM32CubeMX to Regenerate Project Files

I suspect that somehow the build configuration has been corrupted by an incorrect setting. I do not know what that corruption is. I only know that I get this line when I attempt to build:

Description Resource Path Location Type
make: *** TEC Driver SW4STM32 Configuration.elf Error 1 TEC Driver SW4STM32 Configuration C/C++ Problem

So now I want to recreate these STM32CubeMX created files, both the project files and the source files. What is the recommended way to do this? STM32CubeMX will not overwrite Eclipse Project files. I would like to maintain the same project file names.