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


Connect to custom board STM32L053 - STLINK-V2 - SWD

Hi Andrey,

you shoudl try to dig in .cfg files that are in the AC6 gcc eclipse plugin. And notably in .\eclipse\plugins\fr.ac6.mcu.debug_1.3.0.201507241045\resources\openocd\scripts\target\stm32F4.cfg file.

Some reset / connection options are set in it (line 86)
You should check it’s still what you want.

Hope that help,
Regards,
Sylvain