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


SW4STM32 Blank error message when either debugging or running

I’m trying to run some firmware on an STM32 Nucleo board. It builds properly, but whenever I try and run Debug or Run, I get a blank error message. The title says “Launch debug error” and there is no text in the body. This is a fresh install of Ubuntu 18.04.2 LTS and nothing seems to be amiss.

Building itself works fine, but there’s some error on runs. Any help would be appreciated, thanks!

Nevermind, I fixed it. The default path to the openocd binary was incorrect, and giving it an explicit path instead of using variables fixed the error message