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


How to select target firmware version of STM32Cube

Did you or anyone else get a solution for this? I’m struggling with the same problem. I want to use the same version of HAL like in a Project created some years ago, but I can only use the newest version in the project creator. I tried to move away the newer library from the search path, hoping that eclipse will see the older version then, but that did not happen...