Resolved! STM32F407 DMA1 Trigger Issue
Hi Folks, I'm working on pattern generation on GPIO pins and I've done it successfully using bare-metal programming approach. I used TIM1 to trigger DMA2 to take data from a buffer and send it GPIOA->BSRR. But when I try to change the timer from TIM...