Question
How do I disable or lock the ADC or DMA so I can quickly grab the stored samples in the buffer?
Posted on November 06, 2017 at 20:47
I am using the STM32F427 micro and a Keil compiler. I have ADC1 and 2 configured for dual simultaneous mode and scanning through 12 conversions. Three ADC conversions for each of four different dual ADC channel inputs. How do I disable or lock the ADC or DMA so I can quickly grab the data in the buffer and then release it. Do I have to disable all interrupts?