Resolved! How to save CNT values from multiple timers via DMA trigger with STM32G473?
I’m using an STM32G473 and I have TIM20 CHANNEL1 configured in output compare mode. When the compare value is reached, I want to move CNT values from TIM1, TIM5, TIM6, TIM7 and TIM15 to 5 static locations in memory.I’m not sure if I can use DMA to st...