Question
How to Apply CRC to 8-bit Arrays ?
Posted on October 12, 2013 at 22:03
Hello,
I am trying to apply CRC to an 8-bit array for creating checksum in order to use in transfer. Since CRC of STM32F4 uses registers as 32-bit, I need to do something tricky.For instance, a 8-bit buffer with 42 elements will be handled with 40 or 44 elements by CRC. How can we use CRC_CalcBlockCRC( ); command for such an array?Thanks for your ideas and experiences!