Difference between revisions of "Serial Peripheral Interface (SPI)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /sys/bus/spi/devices/spi? == See also ==")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
/sys/bus/spi/devices/spi?
+
[[wikipedia:Serial Peripheral Interface]] can be used to connect a wide variety of peripherals - displays, network controllers ([[Ethernet]], [[CAN bus]]), [[UARTs]], etc
  
 +
[[/sys/bus/spi/]]devices/spi?
 +
 +
 +
* SCLK: Serial Clock (output from master)
 +
* MOSI: Master Out Slave In (data output from master)
 +
* MISO: Master In Slave Out (data output from slave)
 +
* SS: Slave Select (often [[logic level|active low]], output from master)
 +
 +
 +
* <code>spi-pipe</code>: https://manpages.debian.org/testing/spi-tools/spi-pipe.1.en.html
  
 
== See also ==
 
== See also ==
 +
* [[Firewire]]
 +
* [[Ethernet In-Band Access (IBA)]]
 +
* [[GPIO]]
 +
* {{UART}}
 +
* {{SPI}}
 +
* {{Serial}}
 +
* {{Ethernet}}
 +
 +
 +
[[Category:Computing]]

Latest revision as of 18:02, 12 December 2021

wikipedia:Serial Peripheral Interface can be used to connect a wide variety of peripherals - displays, network controllers (Ethernet, CAN bus), UARTs, etc

/sys/bus/spi/devices/spi?


  • SCLK: Serial Clock (output from master)
  • MOSI: Master Out Slave In (data output from master)
  • MISO: Master In Slave Out (data output from slave)
  • SS: Slave Select (often active low, output from master)


See also[edit]

Advertising: