Resolved! How do you configure DMA1 with multiple ADC channels with different buffer sizes?
Posted on September 07, 2017 at 17:55HiI'm using a STM32F103ZEI'm trying to configure DMA1 with ADC1 Channels 12 & 16.The code below works i.e. when the DMA flags the DMA_Buffer contains 800 samples, 400 for Channel_12 and 400 for Channel_16Howe...