Stm32f4: DMA + ADC Transfer pausing
问题 On the Stm32f4-Discovery board I've configured the tripple ADC Interleaved mode with DMA writing the ADC data in circular mode 2. Everything works fine, but I can't pause the transfer properly to transfer the data in the buffer through USART (the transform is performed inside an external interrupt vertor function). I am trying to implement such an algorithm: Initialize DMA and ADCs Wait for an external interrupt Pause the DMA transfer Send the buffered data through USART Resume the DMA