Hello,
I'm using the i.MX RT1024 evaluation board and trying to use the CRC32 to verify some data.
I used the dcp example without problem but when I tried to use the verify with an old data the result is not as expected cause of the settings.
The CRC32 included in the example use the parameters showns below:
width=32 poly=0x04c11db7 init=0xffffffff refin=false refout=false xorout=0x00000000
I know that these parameters are for CRC-32/MPEG-2 but my parameters are not exactly the same that these.
Is it possible to change these parameters?