SparkFun Forums 

Where electronics enthusiasts find answers.

Open source ARM Debugger
By hsl
#140412
Hi,

I want to use oocd to debug ARM C-M3. I tried oocd 0.4.0 with LPC1768 some time ago and it seemed to be working.

Now I want to use STM32 MCU. I downloaded 0.5.0 and development version 0.6.0. Both behave the same way: debugging works but when I want to finish work with gdb, I see "Ending remote debugging." - I have to connect to oocd with telnet and send shutdown command. Gdb ends immediately after this command is sent.

In the end, I compared all versions: 0.4.0 ends normally, but 0.5.0 and 0.6.0 can't stop... Is there any change in using oocd with gdb for latest oocd versions? I tried to look for any topic about such behaviour but not succesfully...
gdb is 7.0.1

Thanks.

Hynek Sladky