3.2.3.1 Get Configuration

Retrieves board configuration information. EDBG only.

Table 3-13. Get Configuration Command
FieldSizeDescription
GET_CONFIG1 byte0x83
Count1 byteNumber of configuration packets to retrieve
ConfigID1 byteStarting configuration packet ID
Parameter1 byteConfiguration packet dependent parameter

Response:

Table 3-14. Get Configuration Response
FieldSizeDescription
GET_CONFIG1 byte0x83
Status1 byte

0x00: success

Other values: failed

NumBytes2 byte, MSB firstNumber of bytes of configuration packet data
ConfigPacketsN bytesConfiguration data returned

Configuration packet format is described here:

Table 3-15. Configuration Packet Format (get)
FieldSizeDescription
ConfigID1 byteConfiguration ID
DataType1 byteData-type of the configuration parameter
DataN bytesConfiguration data according to the data type