STM32H753 SPI Slave Tx DMA Problem (Circular Mode)
When using SPI6 in Slave mode with TX DMA in Circular mode, the SPI FIFO is not updated with data from the DMA buffer for the first SPI FIFO size (8 bytes). Both the SPI Master and SPI Slave were debugged:The SPI Master transmits one frame.On the SPI...