FTDI Community

General Category => Discussion - Software => Topic started by: logcat00 on July 04, 2023, 12:28:55 PM

Title: FT2232H SPI 9Bit (Use python)
Post by: logcat00 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