Is there any resources that explains the work flow of the hardware CRC32 or how to make it works as standards CRC32?
I have a module that uses the STM32F091RC MCU and trying to connect it with software using C# language.
At the first the connection has worked properly, then I've used the CRC32 to verify the sent data but it didn't work.
Ive read the "Application note AN4187" and implemented it, I've tried many combinations of CRC32 settings including input data / output data reversion and bit flipping the resulting CRC and nothing matched the results of CRC32 standards when I compared the results using online calculators.
Is there any resources that explains the work flow of the hardware CRC32 or how to make it works as standards CRC32?
