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


C++ Project for System Workbench

Kevin,
The workaround also worked for me too! Like uncommonmanu said, I had to add the path and symbols, also add the right linker file since the g++ linker was pointing to some default *.ld file.
I was able to create a dummy c++ test class and compile and run with the stmf439xx micro. Can’t wait to port our project from IAR to gcc. Goodbye 3K+ compiler license fees :-)

-Rup