Solved
Remote Debugging with ST Link V3 Set
- September 29, 2025
- 2 replies
- 450 views
Hello, I have an stm processor (stm32h7b3zitx) connected to an ST Link V3 that is on an ubuntu server. My goal is to connect to the ST Link and run a remote debugging session from my windows laptop running the stm32CubeIDE. To accomplish this I have been running st-util -v -p 61234 on the ubuntu server and using the following debugging configuration in the cube ide.

I am port forwarding via an ssh connection to expose port 61234 on my windows machine. When I go to debug, I get the following error

I've attached the verbose gdb log from host machine and the verbose st-util log from the ubuntu server to this post. I'm wondering what steps I can take to resolve this. Thanks in advanced to all who view this!
