Hey, ive been reading the STM32F0 datasheet for a while and im trying to work out if its possible to start a DMA transfer in hardware.
I want to setup a DMA transfer and have it automatically start when i get a timer output compare match without having to start it in software using the output compare interrupt.
(the data i want to move using DMA is not from/to the timer, i just want it to start the transfer)
Does anyone know if that is possible?