How to reset Tx CRC calculator properly?
My application uses a STM8AF5288 as SPI slave with hardware Rx and Tx CRC calculator enabled.Despite the information available on the Ref Manuals, just writing '1' to CRCEN bit of SPI_CR2 seems to work only on SPI_RXCRCR.SPI_TXCRCR will not reset wit...