Example of using code in ''C/C++ Example for CRC Calculation'' post
I would like to see a case usage of functions found in forum posting 'C/C++ Example for CRC Calculation'. I have ported and tested these functions in C#. I am comparing the results from the STM CRC peripheral to the one generated in C# on a PC. They do not agree. I am not the STM programmer. I am the service tool programmer.
Do I pass in the data a byte at a time or a 4 byte word at a time?
Would somebody confirm that 'C/C++ Example for CRC Calculation' provides the same algorithm as the STM32F CRC module?
