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


unable to launch the debug in workbench

Hi All, i am unable to launch the debug in workbench, got this error:

Error with command: arm-none-eabi-/usr/bin/lldb --version
Cannot run program “arm-none-eabi-/usr/bin/lldb”: Unknown reason

I fixed it by editing the correct gdb path in debug configration in eclipse. Thanks