Resolved! Timer triggered DMA to GPIO for soft PWM
I'm trying to to generate a PWM signal on a GPIO without PWM capability on a STM32F47. To achieve this, I want to have a timer triggered DMA transfer to the GPIO BSRR register.Looking at the bus matrix, it seems that I need to use the DMA2 controller...