ADC conversion starts with first event and then continuously happening without timer event
I have configured STM32h743ZI with below Settings:
ADC1 with trigger set to tim1 update event
DMA to transfer from ADC to memory
Disabled continuous conversion
Problem:
I want the ADC to sample every 50us (TIM1 configured to 50us)
but conversion starts with first event and then continuously happening without timer event
