shopping988 发表于 2010-12-20 19:25:42

linux下jlink + openocd出现的问题

jtag_nsrst_delay: 200
jtag_ntrst_delay: 200
trst_and_srst separate srst_gates_jtag trst_pu
3000 kHz

-------------------------------------------
--- login with - telnet localhost 4444---
--- gdb_port 2331                     ---
-------------------------------------------

force soft breakpoints
Command handler execution failed
Info : J-Link initialization started / target
Info : J-Link ARM V8 compiled Dec1 2015 11:4
Info : JLink caps 0xb9ff7bbf
Info : JLink hw version 80000
Info : JLink max mem block 9576
Info : Vref = 3.287 TCK = 1 TDI = 0 TDO = 1 TM

Info : J-Link JTAG Interface ready
Info : clock speed 3000 kHz
Info : JTAG tap: s3c2410.cpu tap/device found:
324, ver: 0x0)
Info : Embedded ICE version 2
Info : s3c2410.cpu: hardware has 2 breakpoint/
Info : accepting 'gdb' connection from 0
Warn : acknowledgment received, but no packet
undefined debug reason 6 - target needs reset
Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target not halted
Warn : target s3c2410.cpu is not halted
Error: can't add breakpoint: target running
Warn : target s3c2410.cpu is not halted
Error: can't add breakpoint: target running
Warn : target s3c2410.cpu is not halted
Error: can't add breakpoint: target running


出现这个怎么解决啊

snowy 发表于 2011-1-26 17:01:43

在GDB INIT 脚本里加一个monitor halt

shopping988 发表于 2011-1-26 19:04:42

谢谢ls的
页: [1]
查看完整版本: linux下jlink + openocd出现的问题