Question
Multiple DMA Requests for the same DMA Stream
The STM32H7 series has come with the concept of DMAMUX which is different from the older series. it looks awesome and better than the dma request mapping table.
But I wonder if it can route multiple dma requests to the same dma stream or not?
To be more clear, I'm using STM32H743, and I want to configure TIM1 to trigger DMA1_Stream0 on both TIM1_CH1 and TIM1_UP requests. Is it possible?