How to use different CRCpolynomials for SPI Tx and SPI Rx?
I am using SPI CRC feature of STM32H563ZI.My ST Master must transmit an 8 bit CRC with a polynomial 0x07.It receives a 16 bit CRC from the slave (a different hardware). The ST Master must now compute a 16 bit CRC with polynomial 0x11021 and verify th...