Sollicitatievraag bij Google

Describe 3 vs 4 wire SPI implementation.

Antwoorden op sollicitatievragen

Anoniem

30 jun 2018

Well, a more commonly used 3 wire SPI has -Clock -SISO -CS which is half duplex compared to full duplex 4 wire SPI bus.

Anoniem

10 jun 2018

Regular 4-line configuration: -- Master Out Slave In (MOSI) -- Master In Slave Out (MISO) -- Chip Select (CS) -- Clock 3-line configuration: -- MOSI -- MISO -- Clock "CS" can be omitted if only 1 slave exists.