On Thu, Apr 7, 2011 at 1:48 PM, Laurent Gauch <[email protected]> wrote: >> Whoops, sorry... >> Without reading in SPrAcc bit (fields[0].in_value = NULL) I can obtain >> up to : 182.220215s (1.938 KiB/s). >> >> However, when I read it in (fields[0].in_value = &spracc_in) I get : >> downloaded 361540 bytes in 12.489729s (28.269 KiB/s) >> > > without reading 182s, you sure ??? Seems like I am little tired today.
fields[0].in_value = NULL gives 12.489729s (28.269 KiB/s). fields[0].in_value = &spracc_in gives 182.220215s (1.938 KiB/s). In both cases jtag_execute_queue() is executed. BR, Drasko _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
