Get Configuration

Retrieves board configuration information. EDBG only.

Table 1. Get Configuration Command
Field Size Description
GET_CONFIG 1 byte 0x83
Count 1 byte Number of configuration packets to retrieve
ConfigID 1 byte Starting configuration packet ID
Parameter 1 byte Configuration packet dependent parameter

Response:

Table 2. Get Configuration Response
Field Size Description
GET_CONFIG 1 byte 0x83
Status 1 byte

0x00: success

Other values: failed

NumBytes 2 byte, MSB first Number of bytes of configuration packet data
ConfigPackets N bytes Configuration data returned

Configuration packet format is described here:

Table 3. Configuration Packet Format (get)
Field Size Description
ConfigID 1 byte Configuration ID
DataType 1 byte Data-type of the configuration parameter
Data N bytes Configuration data according to the data type