I've worked a bit more on testing lpc2148 and except for that *one* time I haven't seen the error you saw.
Perhaps this is easier to reproduce on an ft2232 adapter? Below are some commands I used to run a 1000 iterations of this test... # tried messing about with options... arm7_9 fast_memory_access enable arm7_9 dcc_downloads enable # dump, verify and load memory... for {set i 0} {$i<1000} {set i [expr $i+1]} {puts $i; dump_image c:\\temp\\test.bin 0x40004000 0x4000; verify_image c:\\temp\\test.bin 0x40004000 bin; load_image c:\\temp\\test.bin 0x40004000 bin} -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development