Can STM32F7 SPI-slave handle 32-bit packets, without DMA, under all circumstances?
I am working with the STM32F7 microcontroller and I would like to be able to send/receive 32-bit packets across an SPI-slave that is not using DMA. Will this be possible even if I can't guarantee to fill/empty the SPIx->DR register within a certain a...