Resolved! How to calculate CRC for large file in STM32F030RC
Posted on February 03, 2018 at 07:45I want to calculate CRC for large file, the large file have been added the CRC value in the end of the whole .bin file(Get this CRC data via IAR tool). I read the file and calculate CRC of it in part(HAL_CRC_Calcu...