Dears;
If I connect multiple cpus' Spi ports to same bus; and through software choose which cpu and when to be master or slave; then what happens if by mistake or conflict more than one cpu drives the clock and/or data pins.
Then one cpu drives it Low and another drives it high at the same time till the software realizes the conflict..
I read the SPI questions on these forums but couldn't find any answer.
It may be a dumb question; but is it going to mess up the IC? or any other damage?
I can do that with I2C; but that is too slow. Can I use spi for Multiple Cpus to the same bus?
thanks.