4.4 Cyclic Redundancy Check
The CRC calculation is based on the polynomial x8+x4+x3+x2+1. Table 15 describes the CRC calculation. The seed
word is defined as 0xAAhex. The CRC calculation of the EEPROM is performed byte by byte, starting from the
EEPROM line three (address 43
hex
). After reaching the end of the EEPROM the line 0 (address 40
hex
) to line 2 are
appended. The CRC byte is not used for the calculation. The end word is defined as 0xFFhex.