DLPU100B May 2020 – June 2024 DLP2021-Q1 , DLP3021-Q1
MOSI (Master output, slave input):
| DATA | DESCRIPTION |
|---|---|
| CMD | Command byte. 1 for read |
| Address | 2-byte register address |
MISO (Master input, slave output):
| DATA | DESCRIPTION |
|---|---|
| CMD (ACK) | Echo of the received command from the master |
| Address (ACK) | Echo of the received address |
| Data | Data from requested register |
| Checksum | Sum of command, address, and data bytes. Does not include dummy byte. |
Figure 6-2 SPI Read Command
Format