X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fusb_blaster%2FREADME.CheapClone;h=bd048d5cafe3f8610155bf7b2a06175d98a69528;hb=4c8753a83c96d8911140b28d893d9f9c0424dd97;hp=983a441a163ff346098b54384c7ba3ebd5753ce8;hpb=9f2922aa7abb385d1fb24def91fac7eb4e2304c5;p=openocd.git diff --git a/src/jtag/drivers/usb_blaster/README.CheapClone b/src/jtag/drivers/usb_blaster/README.CheapClone index 983a441a16..bd048d5caf 100644 --- a/src/jtag/drivers/usb_blaster/README.CheapClone +++ b/src/jtag/drivers/usb_blaster/README.CheapClone @@ -47,11 +47,11 @@ Pinout Throughput considerations ========================= -Mesurements on a scope reveal that : - - for bitbang mode, the throughtput is 56.5 kbits/s - (as each clock transition is mesured at 17.7us) +Measurements on a scope reveal that : + - for bitbang mode, the throughput is 56.5 kbits/s + (as each clock transition is measured at 17.7us) - for byteshift mode, the throughput is 107.7 kbits/s - (as 63 bits TDI transmission is mesured in 585 us) + (as 63 bits TDI transmission is measured in 585 us) Let's suppose that to upload a 32 bits value, it is necessary to : - move from IDLE to DR-SHIFT : 3 bitbang (3 TMS transitions) @@ -62,8 +62,8 @@ So for this 32 bits of data, the time would be : = 53.1us + 222us + 88.5us = 363us -Throughtput in bit/s: 32 * (1 / 363E-6) = 88000 bits/s -Throughtput in bytes/s: 11kBytes/s +Throughput in bit/s: 32 * (1 / 363E-6) = 88000 bits/s +Throughput in bytes/s: 11kBytes/s Conclusion ==========