Hi,I'm trying to get a timer with external clock (ETR2) to trigger a DMA transfer from GPIO to memory on a STM32H745 with no luck.I'm using cubeMX to generate the code below.The timer seems working. TIM2_IRQHandler is triggered periodically.However n...