Periodically trigger DMA by means of timer (without interrupts) - is it possible?
Hello. This is a question about possibilities of STM32F7 or STM32H7 MCU series.I have a sensor connected to the SPI bus interface. I need to periodically poll it with more or less constant period (which is 250 us). Using any interrupts is forbidden. ...