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


Can't build an example from ST

Hi, I’m facing problem with one of St’s example, this one X-CUBE-BLE1 Question. I’m trying to build the SensorDemo_DMA_LowPOwer for STM32F401RE-Nucleo with the 1.8 version of system workbench.
When I try to build it, I always have warning/error about unknows directory/file :
Invalid project path: Referenced project is not accessible.
But when I check the console, the directory and file name are correct.
By the way the Readme claims that the project has been successfully tested with Version 1.8.0.
Can somebody test to build this project ? Or if anyone has already worked on this project can he/she tells me if there was a particular thing to do to make it work ?