|
Hello folks,
I have just got an AT91SAM9263EK board and I tried some sample programs on it. When I am loading the bin files directly to the board without
debugging they are working fine.
But when I am trying to compile the source using Eclipse IDE and debug it using the segger debugger it is giving following error
J-Link ARM V3.74f Error
Bad JTAG communication: Write to IR: Expected 0x1, got 0x0(TAP Command : 15) @ off 0x1979.
The GDB server log is like this
J-Link GDB Server V3.74f
JLinkARM.dll V3.74f (DLL compiled Aug 10 2007 17:57:34)
J-Link connected
Firmware: J-Link ARM V6 compiled Jun 14 2007 14:33:17
Listening on TCP/IP port 2331
J-Link found 1 JTAG device, Total IRLen = 4
JTAG ID: 0x0792603F (ARM9)
Connected to 127.0.0.1
Reading all registers
Read 4 bytes @ address 0x00000000 (Data = 0xEA000006)
Read 4 bytes @ address 0x00000000 (Data = 0xEA000006)
ERROR: Bad JTAG communication: Write to IR: Expected 0x1, got 0x0 (TAP Command : 2) @ Off 0x5.
Connection to debugger closed !
All pending breakpoints removed
Resetting target (halt with breakpoint @ address 0)
J-Link connected
Firmware: J-Link ARM V6 compiled Jun 14 2007 14:33:17
ERROR: Could not find supported CPU core on JTAG chain
ERROR: Could not connect to target.
J-Link connected
Firmware: J-Link ARM V6 compiled Jun 14 2007 14:33:17
Resetting target and trying again to connect...
J-Link found 1 JTAG device, Total IRLen = 4
JTAG ID: 0x0792603F (ARM9)
Can somebody please help
Thanks and Regards,
Devendra[/b]
|