Make EXTI generates a request to DMA1 on STM32H7
Hi,
I'm trying to trig a DMA from the EXTI0 input. There is a good example in the STM32Cube package for the H7: Projects\STM32H743I-EVAL\Examples\DMA\DMAMUX_RequestGen
But this example uses the BDMA and I need to use the DMA1. I tried to make some modifications to the example but without success (see https://community.st.com/s/question/0D53W00000Pnct0SAB/make-the-stm32h7-example-dmamuxrequestgen-work-with-dma1-instead-of-bdma).
Reading the chapter "Block interconnect" I see that the source signal is called "exti_syscfg_exti0" when connected to dmamux2_gen20, but it is called " exti_exti0_it" when connected to dmamux1_gen6. I really don't understand what it means... For sure I use DMAMUX1 with the correct signal ID, but is there something else to change from the example using BDMA/DMAMUX2 ?
Thank you.
