About STM32CubeIDE debug: Open OCD and STLink GDB
I can load my code and debug (on a Nucleo-H743) from STM32CubeIDE using OpenOCD GDB server but not with STLink GDB server.
It's not really a problem in itself but I want to understand why.
In both case I setup the autostart of a local GDB server. In STLink GDB server config I setup the SWD interface.
I have to mention that my machine is on a corporate intranet with a lot of IT restrictions, however since it is working fine (both loading and debug) with OpenOCD I guess it's not the root cause ?
Also I don't really understand the difference between both GDB servers/debug configs. Could you give me details or point me to the right documentation ?
Thank you
