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


SW4STM32 basic project does not compile

I installed SW4STM32, then I created a basic C project using the wizard with the Std_periph Lib.

But I always get the following error:

‘’16:02:43 **** Build of configuration Debug for project prova ****
make all
process_begin: CreateProcess(NULL, echo “Building file: ../startup/startup_stm32.s”, ...) failed.
make (e=2): Impossibile trovare il file specificato.

make: *** startup/startup_stm32.o Error 2’’

did you move the startup_stm32.s file? can you see it in the project? Also, check the project settings to see if the directory including the file is in the source directories. The file should be in a directory created automatically called “startup”.

This might be referring to no compiler being referenced. So check toolchain settings.