Hi,
I am connecting to an am335x sk board with openocd and GDB
I can examine internal SRAM at 0x4030 0000.
(gdb) mon mdb 0x40300000 4
0x40300000: 40 00 00 00
When I try to examine SRAM at 0x402f 0400 I get an error
(gdb) mon mdb 0x402f0400 4
JTAG-DP STICKY ERROR
MEM_AP_CSW 0x2800060, MEM_AP_TAR 0x402f0400
Block read error address 0x402f0400, count 0x4
in procedure 'mdb'
Can anyone suggest what the problem might be ?
thanks in advance
Gerard Green