Datasheet

6
AVR079
8133A-AVR-04/08
Table 3-16. Command format.
Field Size Values Description
Command ID 1 byte CMD_LOAD_RC_ID_TABLE Command id
NumBytes
Total number of bytes to send (including the two
revision bytes), MSB first
RC_ID_table 1 byte MSB rev byte
... 1 byte LSB rev byte
... 1 byte ID of a Routing Card
... 1 byte ID of SC allowed to use with the RC
... 1 byte Max VTG for that RC
The three last lines above will be repeated until the whole table is sent.
Table 3-17. Answer format.
Field Size Values Description
Answer ID 1 byte CMD_LOAD_RC_ID_TABLE Answer id
Status 1 byte STATUS_CMD_OK
3.8 CMD_LOAD_EC_ID_TABLE
This command sends the Expansion Card boardID table to the STK600 FW. Each
row in this table holds first the EC_id, and then the MAX_VTG allowed for that EC.
The two first bytes of the table hold the revision of the table. MSB first.
Table 3-18. Command format.
Field Size Values Description
Command ID 1 byte CMD_LOAD_EC_ID_TABLE Command id
NumBytes
Total number of bytes to send (including the two
revision bytes), MSB first
EC_ID_table 1 byte rev byte MSB
... 1 byte rev byte LSB
... 1 byte ID of a Expansion Card
... 1 byte Max VTG for that EC
The two last lines above will be repeated until the whole table is sent.
Table 3-19. Answer format.
Field Size Values Description
Answer ID 1 byte CMD_LOAD_EC_ID_TABLE Answer id
Status 1 byte STATUS_CMD_OK