|
From: Gene S. <gd...@ch...> - 2009-06-18 22:46:27
|
Gene Smith wrote: > I now have a problem on windows (ok on linux) that when I do a load of > my elf file (to flash on cortex m3) I get the errors on openocd: > > Error: AHBAP Cached values: dp_select 0x0, ap_csw 0xa2000012, ap_tar > 0xffffffff > Error: SWJ-DP STICKY ERROR > Error: Read MEM_AP_CSW 0x23000052, MEM_AP_TAR 0x8000004 > Error: AHBAP Cached values: dp_select 0x0, ap_csw 0xa2000012, ap_tar > 0xffffffff > Error: SWJ-DP STICKY ERROR > Error: Read MEM_AP_CSW 0x23000052, MEM_AP_TAR 0x8000004 > Warn : Block write error address 0x8000000, wcount 0x79 > Error: unexpected error -107 Uh...never mind. Apparently I had some bad instances of gdb and/or insight for windows (e.g, GNUARM). When I rebuilt gdb and insight using mingw32 package on fedora 11 it works OK. |