On Thu, 2009-05-28 at 23:45 -0700, Rick Altherr wrote: > On May 28, 2009, at 7:04 PM, Zach Welch wrote: [snip] > > In addition, the following issues appear to require resolution, in > > order [snip] > > - fix jlink to work with large scan chains (e.g. R.Doss svf test). > > As long as the fix is relatively small, I'd be OK with this.
No patch is pending, but Simon Qian sent me the following information off-list when I asked him about it. In jlink_scan, "jlink_tap_ensure_space(1, scan_size + 16);" is called first to ensure there is enough space, but if scan_size is large than the buffer size, it will always fail. So jlink_tap_ensure_space should be called in jlink_tap_append_scan. If no one else looks at this, I will try to get around to it eventually. Cheers, Zach _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development