Replies: 2 comments 5 replies
-
I see no
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Have not figured out how ST's CRC differs from the "normal" CRC. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am figuring out if the libraries contain the CRC-32 functionality for the STM32L0x processor.
The processor itself contains the CRC functionality. In the end I would like to get the CRC-32 of my flashed bank.
However when testing a simple data array I get a calculated CRC which is different from other CRC-32 calculations (online, JS etc).
My guts feeling is that I am missing something or that my poly size is incorrect.
Suggestions are welcome. My test code is below.
Beta Was this translation helpful? Give feedback.
All reactions