Data is returned. Two versions exists:
Table 91. DATA response format version 0
Field | Size | Description |
---|---|---|
AVR32_RSP_DATA | 1 byte | Response ID |
Version | 1 byte | Response version |
Data (0x00) | n bytes | Data returned |
Table 92. DATA response format version 1
Field | Size | Description |
---|---|---|
AVR32_RSP_DATA | 1 byte | Response ID |
Version | 1 byte | Response version |
Data (0x01) | n bytes | Data returned |
Status code | 1 byte | Trailing status of the read operation indicating whether the data returned is in fact valid. 0x00 = OK. |