8.1.12 SPI Read Fuse

Reads fuses using SPI programming.

Table 8-20. SPI Read Fuse Command Format
FieldSizeDescription
SPI_CMD_READ_FUSE1 byteCommand ID
RetAddr1 byteXML: pollIndex. Return address
cmd11 byteCommand Byte # 1 to be transmitted
cmd21 byteCommand Byte # 2 to be transmitted
cmd31 byteCommand Byte # 3 to be transmitted
cmd41 byteCommand Byte # 4 to be transmitted
Note: RetAddr indicates which of the transmitted bytes on the SPI interface contains the return value, since the SPI interface is implemented as a ring buffer (one byte in, one byte out).

Response:

Table 8-21. SPI Read Fuse Response
FieldSizeDescription
SPI_CMD_READ_FUSE1 byteCommand ID
Status11 byteSPI_STATUS_CMD_OK
Data1 byteData read from the device
Status21 byte

SPI_STATUS_CMD_OK or

SPI_STATUS_RDY_BSY_TOUT