Difference between revisions of "Protocol decoder:Spi"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
Uwe Hermann (talk | contribs) m |
||
Line 11: | Line 11: | ||
| probes = CLK | | probes = CLK | ||
| optional_probes = MISO, MOSI, CS# | | optional_probes = MISO, MOSI, CS# | ||
| options = cs_polarity, cpol, cpha, bitorder, wordsize | |||
}} | }} | ||
Latest revision as of 00:04, 3 April 2015
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# |
Options | cs_polarity, cpol, cpha, bitorder, wordsize |
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.