On Wed, Aug 10, 2011 at 11:40 PM, Vit Mares <[email protected]> wrote: > The FTD2232 can be used not only as a JTAG dongle but it is also > very big helper for embedded developer. It can be used as a I2C or SPI > bridge between your PC and uC board, it can be used for Lattice FPGA > programming etc. and many of us use it on Windows with native FTDI driver > support. The speed is not so important the drivers are.
You can continue to use the FTDI drivers and those I2C/SPI/UART functions and at the same time libftdi/OpenOCD. The solution here is to use libusb-win32 filter driver. Install libusb-win32 and then launch the GUI filter wizard. Install the filter for the particular device (eg: J-Link, for FT2232x, usually interface 0 of the device) you have, then you can use OpenOCD built on top of libftdi and libusb-win32. And you can still use the existing driver based application (like IAR, Keil or Rowley), and your serial port for FT2232x's 2nd interface if that is used as a USB virtual serial port. -- Xiaofan _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
