* Question
What is a CRC operation? |
* Answer
The CRC (Cyclic Redundancy Check) operation detects an error in the data block.The microcontroller uses CRC.The CCITT polynomial (X16 X12 X5 1) generates a CRC check code.The CRC code is a 16-bit code generated for a block of arbitrary data length in units of 8 bits. |
COMMENTS