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 Stuck on Hello World  

Stuck on Hello World

Hi,
I noticed you are using a L476RG board. I attached a simple project just for LED blinking. Warning, as attachment max size is about 950Kb, I removed the used files. It means that this project may not support any evolution. For other application, I would suggest to generate the appropriated project from CubeMX.
How to use the attached project :
- Uncompress the Tiny_Blinky.zip file into yuor workspace : for example in C:\Workspace_1, you should get a Tiny_Blinky folder containing .project, .cproject files ....
- Launch SW4STM32, select the workspace (C:\Workspace_1);
- Right-click in the Project explorer window >> Import >> General >> Existing Projects into Workspace >> Next >> Browse >> Select the Tiny_Blinky folder in C:\Workspace_1 >> Finish

This project should be compiled and debugged without any issue. Feel free to keep me informed.