Posted on April 24, 2018 at 18:13Some additional notes that may help:1. The reflection settings used above also reflect the initial value for some unknown reason. This means that if you want to compute a CRC in chunks you have to: A. Take the CRC ...
Posted on April 23, 2018 at 21:18The standard (read most common) CRC32 implementation includes reflecting both input and output (the two check boxes on Sunshine's page). For the STM32 that is implemented by :hcrc.Init.InputDataInversionMode = CRC_IN...