Hi Team,
I am using CRC module to generate checksum in s32k146. Is there any tool to calculate the checksum manually to verify the checksum generated?
The configuration used for checksum calculation is:
* 32 bit CRC protocol
* Seed value : 0xFFFFFFFF
* Polynomial : 0x4C11DB7
* Bit reversal is enabled on both input and output (Bits in bytes are transposed, bytes are not transposed)
* CRC result inverse is enabled