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


Import uvision5 project into SWSTM32

Hi ,

I’m trying to build a MDK-ARM project with Eclipse (SW4STM32).

I did import the project folder to eclipse : File -> import ->General -> Existing Project Workspace-> My_Project_Folder but the build function doesn’t work !

So I created a new project and I added the sources , in this case, when i make the build , it generates many errors which I didn’t have with Keil .

is there any better way to import a uvision project into eclipse ?

I get a “No projects are found” if I do it the way you’ve mentioned when I try importing a uvision5 project.

I think you’re supposed to import using File -> import -> C/C++ -> Existing Code as Makefile Project -> My_Project_Folder