Question
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.
The question is: does F7 or H7 hardware have the ability to trigger the DMA operation(s) (from/to SRAM to/from SPI peripheral) via the signal from the timer? If yes, what are the keywords to look for in the Reference Manual?
