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


Hello!

A few questions about System Workbench Eclipse. I’m used to other
versions of Eclipse (for example CCS form TI) and this one reacts
differently.

Qhen I create a new program in an existing workspace, I found out I have
to build it firs (onnly before first launch), and then on subsequent launches,
I can call the debugger directly. The problem is tha it still tells me that it
doesn’t find the source file of my previous project.

As an illustration, I created a project that compiles and run fine.
(called F469LCDTest). Now I have created a new one (OOLCD469). but
Eclupse keeps reporting about my previous progam’s main.
What is the reason?

In fact, it works, but if it’s caring about files of my previous project,
then it may confuse files that have the same name, which might become
the beginnig of big trouble.

Do I need a new workspace per project?

Thanks,

Pascal