Mindy Beseler wrote:
> I'm using libftdi-0.20 and libusb-win32-bin-1.2.6.0 I believe those
> are the newer drivers, right?

The driver in question is within openocd, needs to be enabled at
configure time as you build openocd, and it requires libusb-1.0 which
in turn means that you'll need to use the WinUSB.sys kernel driver
for the device rather than libusb0.sys from the libusb-win32 project.


> There was no ft2232_latency in my flyswatter3.cfg file

Anything ft2232 means that you're using the ft2232 driver in openocd
rather than the ftdi one. Have a look at the ftdi/ subdirectory,
where there should already be a flyswatter2.cfg file. Create a
similar one for flyswatter3, and build openocd with the ftdi
driver, and configure the correct driver for your device.


> Are you able to see faster speeds with your version of openOCD?

In general yes, the ftdi driver has better performance than ft2232.


//Peter

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to