User Activity

Dear ST, I use STM32F777 and try to receive SPI Data as a slave via SPI DMA. That works only pretty fine, when I don't activate the CRC Checksum calculation. I receive after the DMA threshold the expected data, but when I set: .CRCCalculation = SPI_C...
Dear ST,I facing a problem or bug in the calculation routine of your stm32f7xx_hal_spi.cExplicit in line 3117 of the function call:  SPI_DMAReceiveCplt()I using DMA SPI only the MOSI channel as RX_Only. This works as expected, when I dont activate CR...