FTDI Community

Please login or register.

Login with username, password and session length.
Advanced Search  

News:

Welcome to the FTDI Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ FTDI Support


New Bridgetek Community is now open

Please note that we have created the Bridgetek Community to discuss all Bridgetek products e.g. EVE, MCU.

Please follow this link and create a new user account to get started.

Bridgetek Community

Author Topic: FTDI C232HD-DDHSP-0 MATLAB SPI  (Read 9590 times)

yefj

  • Newbie
  • *
  • Posts: 1
    • View Profile
FTDI C232HD-DDHSP-0 MATLAB SPI
« on: February 08, 2021, 03:51:14 PM »

Hello,Is there a manual on how to use this cable FTDI C232HD-DDHSP-0 for SPI communication with matlab?
The more common is UART but there is no SPI
Thanks.
Logged

FTDI Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 891
    • View Profile
Re: FTDI C232HD-DDHSP-0 MATLAB SPI
« Reply #1 on: February 10, 2021, 04:31:17 PM »

Hello,

Unfortunately we don’t have any support for MATLAB.

However there may be other FTDI Community users who can help you.

As for SPI Master communication with FTDI C232HD-DDHSP-0 (contains FT232H) see the following information:

To use I2C/SPI, see AN_135 FTDI MPSSE Basics and our existing MPSSE Example projects:

https://ftdichip.com/software-examples/mpsse-projects/

There are two options to use I2C/SPI modes with the MPSSE engine:

a.            Use LibMPSSE libraries. Example code is provided with the download.
b.            Use D2XX drivers direct. Example code is shown at I2C / SPI. [urlhttp://www.ftdichip.com/Support/Documents/AppNotes/AN_108_Command_Processor_for_MPSSE_and_MCU_Host_Bus_Emulation_Modes.pdf]AN_108 Command Processor For MPSSE and MCU Host Bus Emulation Modes[/url] provides the necessary information.

Option b is the best option to use the D2XX drivers direct (no dependency on libMPSSE library).

Best Regards,
FTDI Community
Logged