I've coded up a fix to mww where it uses target_write_buffer() instead of target_write_memory(). This promises to be orders of magnitudes faster for filling large memory areas(e.g. with garbage before running some test).
target_write_buffer() is documented to transform to target_write_memory() for single word aligned writes. It doesn't work yet. http://repo.or.cz/w/openocd/oharboe.git/commit/fdc4b48bb6dc1882723965d365f3c5e4c8b7ad1e Any fundamental objections? -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
