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


Importing example from Cubemx, debug problem

Hi,

I follow with the documetary to import project from cube...
First I copied fulll folder with examples into workspace of workbench,
then I clicked File>import> choosed ‘existing project into workspace’ next -> browse: choosed workspace -> Choosed interesting project (I tried various but they all have same problem).
Name without space so didn’t rename.
Next builded, then debug with the first what showed in “1 STM32746G_DISCOVERY Debug” (I’m using exactly this board) after trying debug there “Problem Occured : Program file does not exist” it is on a picture.

I have no idea what could be wrong in a done examples.
Please help.

If I choose Debug as Ac6 STM32 c/C++ Application there is another error: “Cannot find binaries, please build project first”. But I built it first...
Please help me.


Bug in Workbench...
after build a project must refresh to debug without any errors.