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 streamline this. I’m using CubeMX and HAL and I’m looking for examples of something like this, but so far I only see DMA examples for transferring to and from the triggering peripheral. Can DMA do this?
