cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to running GDB server without ST-Link

SKled.1
Senior II

I am trying to debug a program in STM32CubeIDE on a Renode emulator, with a running gdbserver, started by Renode.

So in Debug Configurations dialog, Debugger tab, there is a radiobutton Connect to remote GDB server, but when clicking Debug, it complains about no ST-link being found.

Is it possible somehow to set things up such that I'm debugging only with GDB, without requiring a hardware debugger?

10 REPLIES 10

Nevermind, I got it. Arm-gdb and target weren't needed, I had just tweaked my code and was getting thrown off.

Thanks!