3.2.3.1 Get Configuration
Retrieves board configuration information. EDBG only.
| 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:
| 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:
| 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 |
