Difference between revisions of "Protocol decoder:Spi"

From sigrok
Jump to navigation Jump to search
m
Line 30: Line 30:


[[Category:Protocol decoder]]
[[Category:Protocol decoder]]
[[Category:SPI]]

Revision as of 01:02, 24 July 2014

spi
Pd spi example.png
Name Serial Peripheral Interface
Description Full-duplex, synchronous, serial bus
Status supported
License GPLv2+
Source code decoders/spi
Input logic
Output spi
Probes CLK
Optional probes MISO, MOSI, CS#

The spi protocol decoder decodes the Serial Peripheral Interface bus.

Hardware

Macronix MX25L1605D in openbiosprog-spi

See Macronix MX25L1605D in openbiosprog-spi .

Protocol

See Wikipedia for a detailed protocol specification.

Resources