I am recently using CRC 8 to check my data for bit errors. My data is 320 bytes long. How high is the probability for not detecting bit errors when using 8-bit CRC with 320 bytes of data?
I honestly couldn't find any information on the failure quote. So far it worked fine, but I'm just curious of how good it will work and if there is a need to go to 16-bit CRC. The polynomial I'm using is 0x07.
Thanks!