HI,
We intend to build an SPI link (MOSI, MISO, CLK) + CS0 to access an external peripheral. Nothing special to say about that , except that there will be also another SPI master on the same link. (we have mechanisms guaranteeing that SOC and 2nd SPI master will not try to access the peripheral during the same time slots)
Buffer barriers and multiplexers will be used in the CS, MOSI, and CLK paths in order to share the peripheral between the SOC and the 2nd SPI master. This guaranties that no electrical contentions will occur.
On the other hand, for PCB space saving we don't plan any isolation in the MISO path.I don't see any electrical problem here, but this architecture means that the SOC will receive activity on its MISO input while its MOSI,CS, and CLK are inactive.
The question is : could this be a problem for the SOC ?
With best regards,
Bruno