User Activity

Posted on May 18, 2018 at 10:40 I am trying to set up adc with dma in the so it runs in the background. I Used keil to generate the code. When calling: HAL_ADC_Start_DMA(&hadc, (uint32_t*) ADCReadings, 2); A single conversion is done and w...