STM32F7 ADC external TIM1 trigger
Is it possible to externally trigger the ADC in group conversion mode + DMA continually? Nothing I have tried seems to work. It appears that I have to call a software conversion for each synced conversion? ``` LL_ADC_REG_SetTriggerSource(ADC1, LL_A...