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


OpenOCD debugging issue : Launching STM32F4xx-Nucleo-WriteURI.elf has encountered a problem.

Hi,

Firstly, it seems that you’re running an old version of System Workbench, so please update it (Help > Check for Updates)

To debug your code, you have to create a “Ac6 STM32 Debugging” debug configuration, it will launch GDB and OpenOCD. You don’t need to create any “GDB Hardware Debugging” or external tool program configuration. Here a link to the documentation : http://www.openstm32.org/Creating+debug+configuration?structure=DocumentationQuestion

Regards,
Kevin.