Hi Sir,
I add a CRC module to generate the value of CRC32.
But the value is different form others.
For example:
intput = 0xAAAAAAAA, result should be b596e05e. like on crc32 online tool .
I tested all combinations (WriteBitSwap, WriteByteSwap, ReadBitSwap, ReadByteSwap, InverseEnable) of Crc_ChannelConfigType. No one result is matched.
Could you tell us how to configure CRC module currectly?
There is our configuration:
Crc_Ip_ProtocolType = CRC_PROTOCOL_32BIT_CUSTOM
PolynomialValue = 0xEDB88320
Calculation Type = CRC_IP_RUNTIME_CALCULATION
Seed Value = 0xffffffffu