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


gdb --version error on mac

I am very new to all of this and am trying to get one of the examples from the STM32Cube_FW_F3_10.0 file rebuilt and debugged but I keep running into this error (gdb --version). I read somewhere that macs don’t use gdb but gnu. Do I need to install a gdb? I can’t seem to find much information about it. Thanks for any help in advance.