Timer triggered ADC DMA burst only happens once
Using STM32G030F6 and STM32CubeMX, I am trying to do a sequence of single channel conversions on each edge of a PWM signal (generated by an internal timer). PWM is setup fine and working on TIM3 channel 1. TIM3 TRGO is set to OC1REF. ADC is set u...