Posted on May 17, 2011 at 13:38it may be useful a function that clear CRC to 0x00000000 , starting from the reset value 0xFFFFFFFF : CRC_ResetDR(); //Reset the CRC data register (reset-value 0xFFFFFFFF) CRC_CalcCRC(RevCRCclear); //after this step:...