|
This page contains examples specific to the Multi-Protocol Synchronous
Serial Engine (MPSSE) of the
FT2232 devices.
FTCI2C DLL
FTDI have produced a DLL to
handle all the MPSSE commands necessary to interface to a device using
the I2C protocol. A separate page has been created where the
FTCI2C DLL can be downloaded, along with code examples. To visit
the FTCI2C page, click
here.
FTCJTAG DLL
FTDI have also produced a DLL to
handle all the MPSSE commands necessary to interface to a device using
the JTAG protocol. As with our FTCI2C DLL, a separate page has been created where the FTCJTAG DLL can be downloaded, along with code examples. To visit
the FTCJTAG page, click
here.
FTCSPI DLL
Following the popularity of
the FTCI2C and FTCJTAG DLLs, the FTCSPI DLL has been made available for
interfacing the FT2232
to SPI devices. Please note that the
FT2232
can only act as an SPI master and not an SPI slave device.
To visit the FTCSPI page, click
here.
The MPSSE can be configured
directly
using
D2XX commands. The following Delphi examples on
this page illustrate how to achieve this for several popular protocols:
Customer contributions are
always welcome.
Jörn Kaipf has
created a
FT2232 based JTAG
debugger and has kindly made his design freely available. Please
visit his web site to learn more about his
OOCD-Link project.
|