I have worked with the HAL software implementation of the CRC using HAL_CRC_Calculate() and HAL_CRC_Accumulate(). Works great. How do I utilize the hardware CRC feature? Can you direct me to an example or more information?
As it turns out there are 2 CRC Hardware methods on the TM32H745I. The HAL_CRC_Calculate() / HAL_CRC_Accumulate() method may be used to calculate the CRC anywhere in the memory map. A processor running at 120Mhz took about 31.5mS to CRC 1M bank of...