For the STM32F7 target, SPI transfer in full-duplex mode with DMA requires a special treatment in the DMA receive channel when the CRC calculation is enabled.
This is not handled correctly in the CMSIS driver and should be considered as a bug?
SPI CMSIS-Driver specification (https://www.keil.com/pack/doc/CMSIS/Driver/html/group__spi__interface__gr.html) does not support CRC so this is not a bug in the driver implementation.