keeo_alive() was not invoked in the 1000 ms timelimit.GDB alive packet not sent
求助:
我在使用openocd +jlink+gdb的时候,当我在gdb使用命令load之后,openocd就出现以下:
Warn :keeo_alive() was not invoked in the 1000 ms timelimit.GDB alive packet not sent! (40248 ms). Workaround: increase "set remotetimeout" in GDB
Warn : negative acknowledgment , but no packet pending
Warn : negative acknowledgment , but no packet pending
Warn : negative acknowledgment , but no packet pending
然后程序倒是可以下载到板子上,但在gdb中使用 b 命令时会出现:
Reply contains invalid hex digit 79
有人知道如何解决吗?