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


remote debug (over the network)

Hi,

since gdb is connecting to openocd.exe via sockets at localhost:3333, I wonder whether there is a way of connecting to openocd running on remote machine (as opposed to localhost) and debug remotely? i.e. openocd running on hostA with ST-link connected via usb and systemworkbench running on hostB and gdb communicating with oocd via net/lan. is there a way to accomplish this?

thank you

regards

karel

it’s doable by creating a new configuration under “GDB Hardware debugging” in Debug configurations and setting it properly. also you need to start epenocd on remote machine manually.