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
Hello,
I’m trying to send some data via usb port of my stm32f103 board using HAL libraries genereted by cubemx. So, the problem is my linux don’t recognize usb port: ‘/dev/ttyACM*’: No such file or directory.
Is there problems to implement usb using cubemx?