SBAS661C February 2015 – May 2021 ADS1262 , ADS1263
PRODUCTION DATA
In CRC mode, the checksum byte is the 8-bit remainder of the bitwise exclusive-OR (XOR) of the data bytes by a CRC polynomial. For ADC1, use four conversion data bytes in the calculation; for ADC2, use three conversion data bytes. The CRC is based on the CRC-8-ATM (HEC) polynomial: X8 + X2 + X + 1.
The nine binary coefficients of the polynomial are: 100000111. Calculate the CRC by dividing (XOR operation) the data bytes (excluding the CRC) with the polynomial and compare the calculated CRC values to the ADC CRC value. If the values do not match, a data transmission error has occurred. In the event of a data transmission error, read the data again. The CRC provides a higher level of detection of multiple-bit errors.
The following list shows a general procedure to compute the CRC value: