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


USB_CDC example for L152RE

Hi,
I’m using a Nucleo L152RE and want to use the serial port to communicate with an external application.

I developed a quick app based on the provided hyperterm example (based on HAL_UART), it works fine.

Looking further I saw some people using usb_cdc for this, but I didn’t find any example for L152RE. Is there any reason for this?