Tool/software:
Hi teams,
I am using AM2634 MCU in that i am working on the SDL_MCRC_FULL CPU examples I have few doubt's on this example.
1. In the below image you are Taking the data and you are doing CRC.
so, Instead of this I Tested my own data to calculate the CRC like below
so, from this value i am getting some CRC value(i attached below).
but i couldn't able to find those values (Polynomial, Initial value, Final XOR, Inverted Input, Inverted Output),because without those values how they where calculating CRC?
2. I referred TRM in that i could able to find the polynomial for crc32
but if you see that those polynomial are not in the hex. because my understanding is that we need
all the value required to CRC Sunshine's Homepage - Online CRC Calculator Javascript (sunshine2k.de)
My doupt is that what is the (Polynomial, Initial value, Final XOR, Inverted Input, Inverted Output)? used in the SDL_MCRC_FULL example?can you mention what are the value using for doing crc32 calculation.