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


AC6 + ST-Link V2 + SWD programming

Tunisia

You can modify your custom board cfg file like
stm32f4discovery.cfg located in C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_xxxxxxxxxxxxx\resources\openocd\scripts\st_board

the last line configures the reset type :

  1. use hardware reset, connect under reset

reset_config srst_only srst_nogate

by modifying this line you can modify reset type

Tarek