STM32F4 discovery timer and dma sampling
Good evening to everyone,
I'm trying to sample various signals, both low frequency and high frequency. For the low frequency, I'm using a timer, while for the high frequency, I'm using DMA. I would like to perform read scans with the ADC, selecting the timer for the low frequencies, and then disable it and sample using DMA. I've tried disabling the timer trigger for the ADC and enabling DMA sampling, but perhaps there's something I'm not enabling or disabling correctly. Does anyone have any suggestions?
