Difference between revisions of "Protocol decoder:Spi"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
Line 3: | Line 3: | ||
| name = Serial Peripheral Interface | | name = Serial Peripheral Interface | ||
| description = Full-duplex, synchronous, serial bus | | description = Full-duplex, synchronous, serial bus | ||
| status = | | status = supported | ||
| license = GPLv2+ | | license = GPLv2+ | ||
| source_code_dir = spi | | source_code_dir = spi |
Revision as of 15:55, 3 August 2014
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.