SNAU265C june 2021 – july 2023 HDC3020 , HDC3020-Q1 , HDC3021 , HDC3021-Q1 , HDC3022 , HDC3022-Q1
The Cyclical Redundancy Check (CRC) computation module can be used for message transfer and safety system checks. The 8-bit CRC checksum transmitted after each data word is generated by a CRC algorithm. The CRC covers the contents of 2 bytes of transmitted data. To calculate the checksum, only these two previously transmitted data bytes are used.
PROPERTY | VALUE |
---|---|
Name | CRC-8 / NRSC-5 |
Width | 8 bit |
Protected Data | Read and/or write Data |
Polynomial | 0x31 (x8 + x5 + x4 + 1) |
Initialization | 0xFF |
Example | CRC of 0xABAB is 0x72 |