User manual
The SPI protocol
▶
A synchronous bit-serial protocol.
▶
Originated by Motorola but not standardized.
▶
Many devices use a SPI-like protocol. For example, the PMod A/D
and D/A converter modules.
▶
The Wikipedia has a nice discussion:
http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus
▶
Meant to be easy to implement and work with.
▶
Typical transfer size are 8 and 16 bits.
▶
Bi-directional. Send a word, receive a word, with latency.
▶
A relevant learning document is the C5515 SPI User’s Guilde,
SPRUFO3.
EECS 452 – Fall 2014 Lecture 5 – Page 118/143 Tuesday – September 16, 2014