Hi,
I'm planning to use CRC controller module to monitor the content of buffer of memory.
But to do this I need more details to be sure about the characteristics of the polynomial (page 461 of TRM) used by microcontroller, such as hamming distance and maximum number of bytes at which this hamming distance is guaranteed.
In other words I need more theoretical basis on this polynomial as a proof of its effectiveness, even to be ready to face a possible discussion with the certifier (TUV).
For other scenarios I have used koopman (https://users.ece.cmu.edu/~koopman/crc/) but it does not address well 64 bits CRCs and I cannot find any literature about this particular polynomial.
The examples in TRM are clear but there is no motivation about the size used for sections used to divide the whole memory.
Thank you,
Valerio