4-bit SPI and QSPI

Maybe my question is trivial but I'm a little confused about the classification and the differences of serial interfaces like 4-bit SPI, QPI, QSPI... In my case I want interface an FTDI to the nRF52840 via SPI and I found the FT220XQ which is a USB Full Speed to 4-Bit SPI and the FT4222HQ which is a USB High Speed to QuadSPI or QSPI. Can the nRF52840 comunicate as 4-Bit SPI using the QSPI peripheral? Are these two interface compatible?

Parents Reply
  • Reading a bit from the FT220XQ datasheet you linked, I am getting very unsure if QSPI can be used as 4-bit SPI, I would think not since FTDI seem to use the 4-bit SPI naming consistently (and it do differ from the QSPI naming used in for instance FT4222HQ that support QSPI that you also linked). So I expect that it's not compatible, but the best would be to contact FTDI to hear what they say.

    Regular SPI can not be used as 4-bit SPI.

    Kenneth

Children
Related