Is it possible to stop ADC-DMA transfers when debugging?
I have an ADC1 setup in continuous mode and DMA1 in circular mode setup to transfer adc data to a circular buffer in memory. The data is processed directly from the circular buffer and the buffer is big enough that the processing is done before the b...