STM32F746: behaviour of from Timer to Memory DMA transfer when timer event occurs
Hi everyone Question: suppose one sets up a DMA transfer from a Timer1 register to memory so that it gets executed when timer event is raised. What happens first:the peripheral to memory DMA transfer is executed ?or the Timer registers are updated?...