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


empty project using HAL and USB device middleware

when I run CubeMX and select the Nucleo-64 STM32F446RE I get an unresolvable error in the clock configuration. Seems as if the chip expects an HSE input. but why that? I can also achieve the respective Clocks with the onboard HSI..
and isn’t it possible to create a project with HAL without using CubeMX? After all the Nucleo-64 board description doesn’t say something about USB restrictions..

ok, i ignored the fault and generated the code but it’s not really working.
What would anyone suggest for a good starting point to evaluate the module step by step. CubeMX looks really great, but its also so powerfull that I need to make small steps in the beginnig. Are there some working examples?