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.
Figure 17-28. Get Checksum (GET_CHECKSUM) Command
Table 17-16. Get Checksum (GET_CHECKSUM) Format
FieldDescription
Op code0x0C
OperandNot used
Addr_HighHigh-order16 bits of the 32-bit starting address of the data to calculate the checksum for.
Addr_LowLow-order16 bits of the 32-bit starting address of the data to calculate the checksum for.
Length_HighHigh-order16 bits of the 32-bit length of data to calculate the checksum for in bytes.
Length_LowLow-order16 bits of the 32-bit length of data to calculate the checksum for in bytes.
Expected Response (1 word):
Figure 17-29. Get Checksum (GET_CHECKSUM) Response