SPI / I2C pin sharing?
jazzed
Posts: 11,803
What would be the consequences of having SPI data/clock share I2C data/clock pins?
Would the SPI protocol ever cause and I2C device to respond?
Haven't looked at this in detail, but it seems to have been a sub-topic in a thread last year.
The I2C pull-up resistor on SDA would cause some problems for SPI if it was too strong.
Would the SPI protocol ever cause and I2C device to respond?
Haven't looked at this in detail, but it seems to have been a sub-topic in a thread last year.
The I2C pull-up resistor on SDA would cause some problems for SPI if it was too strong.
Comments
Why not use the Props I2C port as is, and use four other I/O pins for the SPI ?
-Phil
Still, I've pretty much settled on sharing the SCL pin. That way people don't get in trouble using any old SPI driver.