3.3.6 Get Data

Retrieves captured data along with status information. Note that up to 508 bytes can be retrieved at a time.

Table 3-28. Get Data
FieldSizeDescription
SERIAL_TRACE1 byte0x87
GET_DATA1 byte0x08

Response:

Table 3-29. Get Data Response
FieldSizeDescription
SERIAL_TRACE1 byte0x87
GET_DATA1 byte0x08
STATUS2 bytes, MSB first

Status encoding

Bit 15: overrun error (buffer not read fast enough)

Bit 14: receive error (framing or baud rate error)

Bit 9: receive disabled (receiver has been disabled)

Bits 8..0: number of data bytes received

DATAN bytesData streamed from the target device