2022-11-02 9:47 AM
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?
2025-04-04 11:49 AM
Nevermind, I got it. Arm-gdb and target weren't needed, I had just tweaked my code and was getting thrown off.
Thanks!