0 votes
by (120 points)
How does SPI protocol work?

1 Answer

0 votes
by (1.3k points)
SPI is a full-duplex interface; both master and slave can send data at the same time via the MOSI and MISO lines respectively. During SPI communication, the data is simultaneously transmitted (shifted out serially onto the MOSI/SDO bus) and received (the data on the bus (MISO/SDI) is sampled or read in).

Related questions

0 votes
1 answer
asked Jul 26, 2021 by raspberrypi (3.5k points)
0 votes
1 answer
0 votes
1 answer
asked Aug 14, 2021 by better (1.3k points)
0 votes
1 answer
asked Aug 5, 2021 by faster (680 points)
0 votes
1 answer
asked Aug 5, 2021 by 6pin (180 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
...