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


You are viewing a reply to Working example Project!?  

Re: Working example Project!?

Hi,

this sounds strange sad
This error - at org.eclipse.cdt.utils.spawner.Spawner.exec(Spawner.java:349) - means that there is a problem when a Java application tries to create a native process on the tharget host (your PC).

But I don’t have other ideas in this moment.

Regads,
Stefano

Hi stefano

Thanks for yor replyes and patience.
I found the problem.
it was the name of the folder!
this is the original path:

D:\Electronics&Computers\Electronics\Projects\OpenSTM32_Projects

the “&” was the problem.so i replace it:

D:\Electronics_Computers\Electronics\Projects\OpenSTM32_Projects

and the problem solved :-)

Thanks and sorry for the trouble

Sasha