Click here to Skip to main content
15,886,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is it possible to set spi lines as tri state on ft2232h chip ? if so how to do that....pls help me out to solve this problem.
Posted
Updated 25-Mar-13 17:21pm
v2
Comments
Jochen Arndt 26-Mar-13 3:56am    
You changed your question from high impedance to tri state (the text but not the question itself).

If the SPI pins can be configured as input pins, they will be high impedance. I had a short look at the FTDI SPI programming manual. According to this it should be possible to configure them as inputs by writing specific command sequences (see the enable / disable SPI code).

You may have a look at this manual and the datasheet to find out more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900