I have the same issue as well, STM32H7 using SPI with circular DMA and attempting to use CRC associated with the SPI peripheral.When diving into the HAL code I noticed this inside HAL_SPI_Transmit_DMA(), HAL_SPI_Receive_DMA() and HAL_SPI_TransmitRec...