N
Niv
Guest
I have to verify the CCITT CRC (X1021 polynomial) on incoming parallel
data (bytes).
Is there a simple way to create a function that calcs the CRC from
the algorithm a byte at a time.
The only way that occurs to me is to think what the equation is for
1 clk cycle, then 2 & so on for 8 clock cycles against the 8 bits of
the byte.
This will probably result in a large equation, so is there a better
way?
data (bytes).
Is there a simple way to create a function that calcs the CRC from
the algorithm a byte at a time.
The only way that occurs to me is to think what the equation is for
1 clk cycle, then 2 & so on for 8 clock cycles against the 8 bits of
the byte.
This will probably result in a large equation, so is there a better
way?