search
[last updated: 2025-05-12]
SPI home page
i2c home page
excellent summary: https://www.prodigytechno.com/i2c-vs-spi
----------------------------------------------------------
● I2C has easy addition of new devices: Just add the new slave device (with its unique address) to the bus.
● SPI adding a new device requires wiring a new SS line.
● SPI can support up to 10MB/s.
● I2C can only support 5MB/s, and that only in the ultra-fast mode.
----------------------------------------------------------
----------------------------------------------------------
.
.
.
eof