Hi, > Hi, > > I am getting a problem similar to that: > http://forum.sparkfun.com/viewtopic.php?p=51889&sid=5d993cacd999f932f849318028e29773 > > This problem happen only when using jlink interface. When using some > ft2232 based device interfaces everything works fine. > > I already tested change speed and everything else. > > Please can someone give me some idea?
I had a similar issue with the jlink embedded in the IAR LPC-P2378-SK board. Not all jlink's use the same USB endpoints. The openocd jlink code hardcodes the USB endpoint though, so it fails with some. https://lists.berlios.de/pipermail/openocd-development/2008-October/003390.html has a patch which worked for me. Hopefully this works for you as well. Cheers, Peter. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
