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 make an USB device aplication using wizard

I want to create a new project that use USB device CDC library. I make a new AC6 project, select my F4discovery board, and check USB Device Library and HAL firmware library.
When the wizard ends I have a new almost empty project and HAL library as external static lib.
But when I build my project several errors apears. I can solve some, but now I have a missing file “usbd_desc.h” referenced on usbd_cdc.c
So, where do I found that file and why it is not correctly initialized the USB project?

Thank and best regards