STM32F3 ADC-DMA restarting
Posted on August 06, 2015 at 14:24 Hello! I configured the ADC with DMA to fill a table in RAM. After ADC_StartConversion (ADC1); I use while (!DMA_GetFlagStatus (DMA1_FLAG_TC1)) ; until the DMA is full. This works fine for one...