kindly tell me any efficient code for generating CRC for 40 bytes data I am using the modulo 2 division method.
with thanks, karthik.
Any pre- and/or post-conditioning?
Small table or medium table or large table?
Any particular CRC? CRC8, CRC16, CRC32. Any specific polynomial? Size efficient? or Speed efficient? Tables are faster and bigger. Full calculations the slowest. ASM would speed that up a little.
View all questions in Keil forum