ADC DMA interrupt triggers very slowly when the ADC conversion is triggered by a timer
Posted on July 09, 2018 at 14:24 Hi, The MCU is STM32F4 I put the Timer2 (60MHz clock) to trigger every 100mS. it means it triggers its interrupt and ADC every 100mS. Below is the configuration of the ADC and Timer2. I checked the TIM2 interr...