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 st...