??? 12/05/06 13:21 Read: times |
#128990 - I2C extenders Responding to: ???'s previous message |
Ap Charles said:
but you could have used I2C bus port extenders instead of 8255 ? .
AP Yes I have thought about it, but the processor I used did not have hardware I2C support. Generating bit-banging I2C signals in software costs processing power and decreases the max transfer rate. Thats why I choose the 8255 and put it on the data bus that whas needed for the external RAM. Dennis. |