17.2.15 Get Checksum (GET_CHECKSUM
)
Command
GET_CHECKSUM
returns the sum of all the bytes starting at the address
argument up to the length argument. The result is a 32-bit word.Field | Description |
---|---|
Op code | 0x0C |
Operand | Not used |
Addr_High | High-order16 bits of the 32-bit starting address of the data to calculate the checksum for. |
Addr_Low | Low-order16 bits of the 32-bit starting address of the data to calculate the checksum for. |
Length_High | High-order16 bits of the 32-bit length of data to calculate the checksum for in bytes. |
Length_Low | Low-order16 bits of the 32-bit length of data to calculate the checksum for in bytes. |
Expected Response (1 word):