Best way to suspend a triple interleaved ADC working in DMA mode 2 And to know the buffer address being written at suspension
Hi, I've configured the triple ADCs in Interleaved mode with DMA writing the ADC data in circular mode 2 on my Stm32f429 Discovery board. What I'm trying to implement is:Initialize DMA and ADCsWait for an external interruptPause the DMA transferShow ...