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


new to System WB , build error

I just installed the System Work bench, made a new C project using the STM32 GCC tool chain option for an Stm32F103ZE
and well it does not build. I figured since this IDE was modified to work specifically for this purpose it would work. I have no added a single line of code and just tested to see if all the files it made would compile and nope. I am the worst when it comes to IDEs and the millions of options and settings they have, Ive never made a “make file” or anything I just write C code and press build. I understand that ignorance is not bliss now , if anyone may give me some insight on how to solve this issue it would be greatly appreciated Capture1

slight update, after some research I have switched to “cdt internal builder” and it is now building without issue. I still wonder what the problem is though