spi

This is an old revision of the document!


SPI

SPI requires the following pins:

  • SCK, to synchronize devices
  • MOSI/COPI, for data transfer from the master to the slave
  • MISO/CIPO, for data transfer from the slave to the master
  • SS/CS (one for each slave), for selecting a slave to communicate with

Though it varies by chip manufacturer, the general process is to pull the desired CS pin low, perform a transfer, and set CS high again.

  • spi.1683505061.txt.gz
  • Last modified: 2023-05-08 00:17
  • by asdf