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


Extremely New User - Trying to get a basic example running on my board

Hi,

The error with the LIBUSB_ERROR_ACCESS and the “open failed” afterwards means there is an application that uses this STlink.

Are you sure there is not a “STM32 STLINK Utilities” running with the board connected for example ?

Or maybe you have a previous debug session not closed.
Check that there is no openocd.exe thread running in task manager.

For the STM32L152RBT6 mcu, this is important to use the same in your projects.
I mean, debugging a program made for STM32L152RC is not the same as STM32L152RB.
The disco with STM32L152RBT6 is maybe a very old one and is deprecated, that’s maybe why it isn’t supported in CubeL1.

Rgds,
Laurent