Question
How to find DMA channel for Timer
We are working on STM32C071KBU6
In STM example TIM_DMA, I see it uses PA10 - TIM1_CH3 with DMA channel 5, but I could not find anything about this. Anyone know how to find this information? I would like to use different pins but don't know what DMA channel mapped to them.
All I found is, in user manual, tim1_ch3_dma stick with 22, not sure what it means.

