Please explain DMA requests for multiple timer channels on the same stream
On an STM32F4, I am using a timer in IC mode using a DMA transfer. I'm able to do this by setting up and using HAL_TIM_IC_Start_DMA. For a given timer channel, the "DMA request mapping" table in the datasheet shows which stream is connected to which ...