I have successfully communicated (both read and write) on several eeprom with FTDI 4232H SPI.
However, this time I have a chip which has only a bidirectional data pin. I have hooked up both the SDO and SDI of the ftdi chip to this bidirectional data pin.
I was able to verify my write command with this chip. However, I'm unable to read from this device. It seems that the ftdi data out pin does not go HIZ after a write, but drives low. Hence, when I perform a read operation I read 0s.
Can anyone please shed some light on how to put the FTDI data out pin highZ ?