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


Creating a project with CMSIS drivers

Tunisia

Hi,

If you have issues with HAL due to its level of abstraction, I suggest to use only the LL.
The Low Layer (LL) drivers are designed to offer a fast light-weight expert-oriented layer which is closer to the hardware than the HAL.

Any Way, if you don’t need any of them, you can select no firmware when creating your project. Then you are free to populate your project :-D

Regards,
Tarek