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: FT2232H SPI 9Bit (Use python)  (Read 12735 times)

logcat00

  • Newbie
  • *
  • Posts: 2
    • View Profile
FT2232H SPI 9Bit (Use python)
« on: July 04, 2023, 12:28:55 PM »

Hello everyone, could you please confirm if the FT2232H can support 9-bit SPI?
I have an SPI device that requires the use of 9-bit SPI format.
Is there a way to achieve this? Please find below the current code

#I have referred to AN108 and successfully transmitted a single data packet of 0x55 from the oscilloscope.
Thank You.

dev.write(bytes([0x11, 0x00,0x00,0x55]))    #  Write 1 Byte 0x55 to Device
Logged