STM32 CRC32 example – hardware and software calculation

you how the CRC32 calculation can be done on an STM32 device. The example is describing two ways of calculation. If you hardware allows it, you can do the crc32 calculation by peripheral hardware. The other function is showing the calculation via software.

Download
stm32_crc32_calculation.c

That’s all what you need to calculate the CRC32 Value on your STM32. By the way, the software calculating solution can also be used on other platforms.

Click to rate this post!
[Total: 2 Average: 4.5]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.