Different between CRC8, CRC16 and CRC32?

I would like to know the difference and how to choose a polynomial generator for different crc?

And in some C code, they are looking for a table to calculate crc, and some of them do it through an xor truth table. but in both cases it is a 1 byte data array. This confuses. Can anyone explain this as well?

Thanks.

+4
source share

All Articles