Solved
Trigger ADC Conversion with a Timer
Posted on October 12, 2017 at 22:25 talks about ADC external trigger and I don't understand if we can only use the timers for input capture or we can use use a timer event (without external signal) to trigger the conversion.
I want to set a timer to trigger a ADC conversion at 100Hz. I know how to set up a timer to achieve that. I tried per example to start the ADC conversion on a Timer IRQHandler but should be a better way to do that without cpu.
Thank you
#adc-trigger #trigger-timer