Feature list
A range of cyclic redundancy code (CRC) polynomials are implemented
CRC kernel 0: IEEE 802.3 CRC32 ethernet polynomial: 0x04C11DB7 -
CRC kernel 1: Autosar safety polynomial CRC32P4: 0xF4ACFB13 -
CRC kernel 2: CCITT CRC16 polynomial: 0x1021 -
CRC kernel 3: SAE J1850 CRC8 polynomial: 0x1D -
Note: The polynomial hexadecimal representation covers the coefficients (degree - 1) down to 0.
Parallel CRC computation
Parallel channels of CRC context
Up to 8 parallel channels of CRC context are supported
The channels can be configured to use any one of the implemented algorithms
Different channels can use the same or different CRC algorithms concurrently
Register Interface for CRC computation
Input register
CRC register
Configuration registers that enable control of the CRC operation and perform automatic checksum validation at the end of a message
Extended register interface to control the reliability of FCE execution in safety applications
Supports endianness conversion
Independent module reset by software
. The reset affects all CRC channels
Error notification scheme through dedicated interrupt node for:
Transient error detection
Error interrupt generation (maskable) with local status register (cleared by software)
Checksum failure
Error interrupt generation (maskable) with local status register (cleared by software)
Provides one interrupt line to the interrupt system