We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.