Resolved! ADC TIMER triggered DMA doesn't starts, STM32F401
Hi everyone!I am trying to write a simple code that starts an ADC DMA based on timer temporization.In order to do this on a Nucleo-STM32F401RE board I use:TIM2, channel 1, output compare no output, mode frozen;ADC1, channel 0, timer 2 trigger out eve...