Using Timer to trigger DMA event to write into GPIO->BSRR
Hello, I am currently pretty stumped over the behaviour of the DMA triggered by a timer.I want to use the DMA to toggle a GPIO pin using a timer for the right frequency. I am currently using the DMA driver from Zephyr. MY board is the STM32G071RB.I w...