How to trigger ADC from TIM1 internally?
Hi All,
I am using STM32F410RB chip.
I want to make launch adc from timer periodically.
From reference manual (RM0401) ADC can be triggered from TIM1_CH1 event.
On figure 49 the only connection from TIM1 to ADC is TRGO.
And from the same figure this TRGO can be triggered by ITR0-ITR3 or by TIF_ED.
How this can be related to TIM1_CH1 event.
From TIM1 description TIM1_CH1 event can be triggered when input compare or output
compare events are triggered. But I don't need external pint TIM1_CH1.
If we don't use external pin how to setup TIM1_CH1 event when CNT overwlows?
I have configured TIM1 without any output pins.
I see that the CNT counter is updating but ADC is not working.
Is it possible to trigger ADC from TIM1 without configuring external poins.
How to trigger TIM1_CH1 event?
Thanks,
