我用St寫入來將.bin燒到STM32F4,並看到我期望的消息。現在,我希望瞭解GPIO如何啓動。因此,我使用OpenOCD和arm-none-eabi-gdb來做到這一點。在這裏,這是我的過程。GDB連接超時
$ minicom
$ openocd -f /opt/openocd/share/openocd/scripts/board/stm32f4discovery.cfg
$ arm-none-eabi-gdb main.elf
(gdb) target remote localhost:3333
(gdb) localhost:3333: Connection timed out.
如何檢查OpenOCD的端口?爲什麼會發生超時?