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


Try to flash STM32 with openocd from Ubuntu console

Hi,

To run openocd from System Workbench for STM32 on a external console, you need to indicate the openocd shared libraries location (eg. export LD_LIBRARY_PATH=~/Ac6/SystemWorkbench/plugins/fr.ac6.mcu.externaltools.openocd.linux64_1.23.0.201904120827/tools/openocd/bin/openocd/lib:$LD_LIBRARY_PATH) then you can run the openocd command.

Our version of OpenOCD was modified to be adapted to ST latest targets as early as possible. The generated configuration scripts are not compatible with other OpenOCD versions.

Sorry for late reply, hope it helps.
Kevin
Ac6