I'm using an STM32H725 and am trying to read a block of SPI data (say, 100 samples) from an external SPI ADC on a fixed sampling schedule. That is, I do NOT want to read all 100 samples as fast as possible; I want to read 1 sample every microsecond.I...