FTDI Community

General Category => Discussion - Software => Topic started by: mikemoy on December 24, 2017, 11:41:57 PM

Title: MCU Host Bus mode Example
Post by: mikemoy on December 24, 2017, 11:41:57 PM
We would like to use the FT2232 in host bus mode. We need to connect an 8-bit device to it. We need the 8data bits, WR, CS, & RD signals.
The only thing I was able to find is some old AP note for a Delphi project. Who uses Delphi ?
Why are there no C/C++ complete examples for this mode ?
Title: Re: MCU Host Bus mode Example
Post by: FTDI Community on January 03, 2018, 11:36:23 AM
Hello,

AT-Bus with Host Emulation Mode (http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm#HostBusEmulation) is the only example code we have available for Host Bus Mode.

You can refer to AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes (http://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf) to create your own software in any language.

You may find other examples useful:
http://www.ftdichip.com/Support/SoftwareExamples/MPSSE.htm
http://www.ftdichip.com/Support/SoftwareExamples/CodeExamples.htm

Best Regards,
FTDI Community