I'm trying to receive many 24 bits transfers over SPI with no interrupts. SCLK needs to be driven by the STM32. The throughput required would starve out the CPU if any interrupt was needed between/on transfers.From other forum posts, I've seen that t...