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


Trouble configuring WorkBench for STM32VL Discovery

Hello,

The STM32VL Discovery is not supported by SW4STM32.
It contains a STLink V1 (old version).
You can check this is a STLink V1 by trying to upgrade the STlink firmware with STLink Utility for example (menu STLink => Firmware update).

I think it is the only STM32 board with a STLink V1 and so not supported by the tool.
You can see the list of boards supported here: http://www.openstm32.org/Supported%2BSTM32%2BboardsQuestion
In STM32F1 family, the STM32VL Discovery is not listed.

Rgds,
Laurent