How to trigger a timer / DMA / ADC acquence with a comparator
I am currently using a nucleo g474re board to acquire 10,000 samples from an ADC using a timer and DMA.
The timer allows me to use any data rate and the DMA puts the samples into memory without CPU intervention.
The process is currently initiated by starting the timer ( after adc & dma is enabled).
Now I want to start the process using the output of a comparator with one input connected to a DAC and the other to the ADC input.
How can I do that?
