duane> A while ago a number of us noticed that OpenOCD *ASSUMES* that all TAP duane> transitions require 7 TMS clocks, which is quite wrong, and problematic.
oyvind> You can use the pathmove if you need something else. E.g. XScale and xsvf do this. The problem is not there, the problem is in places like: 'ft2232_add_scan()' - which - assumes that tap_get_tms_path() always returns a 7 bit transition from state A to state B. Evidently - one target/dongle combination The FreeScale mc1322x - and IAR Dongle - (Jeff Williams) has issues with this. There was also a few other emails back and forth about OMAP and XSVF (xlinx) file playback where this caused problems. Examples: https://lists.berlios.de/pipermail/openocd-development/2009-March/005138.html - Etc - -Duane. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
