STM32H7 Hardware CRC32 algorithm
We have two microcontroller, one is the STM32H7 and another one without hardware CRC (need to be software CRC through an algorithm).
I use SPI communication with this hardware CRC32 and I would like to know the software algorithm able to have the same value as for the hardware CRC calculation.
I can see proposal of algorithm up to STM32F4, but for newer version of microcontroller such STM32H7, I just see anything.
Of course, I tried the CRC algorithm of the previous version but doesn't work.
