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 cannot debug/program stm32F411RE after update .... yet again.

Thanks Kevin, that got me on the right path ( no pun intended ). I don’t recall using -s before but that did the trick.

OpenOCD Command:
${openstm32_openocd_path}/openocd -s ${openstm32_openocd_legacy_script_root_path}

configuration script:
${openstm32_openocd_legacy_script_root_path}/st_board/nucleo_f411re.cfg

Many thanks for the prompt help.