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


Trouble running an example project from ST

I have recently bought a STM32 Dev board with a X-NUCLEO_IKS012A mems sensor. I am new to embedded software and decided to get one of the example projects going for this board. I have gone through all the readme’s etc. but st doesn’t specify where to save the example project when downloaded from the internet. I get the following error:

make: *** No rule to make target `C:/Users/Charl Smalberger/Src/com.c’, needed by `Example/User/com.o’. Stop.

Looks like a path related error.

I have attached the readme with basic instructions that i followed, the workbench instructions are at the bottom.

Please can anyone assist?