ADC with DMA on different channels
Posted on July 16, 2014 at 10:33 I am using a F401 to read 1024 Samples with 40ksps and it works fine so I hope that the code is ok. DMA_INIT.DMA_Channel = DMA_Channel_0; DMA_INIT.DMA_PeripheralBaseAddr = (uint32_t)ADC1_RDR; DMA_INIT.DMA_...