User Activity

Hi,I want to use an ADC with DMA in a STM32F103. I configured it in Cube as you can see in the following picures.When I start the conversion with HAL_ADC_Start_DMA(&hadc1,(uint32_t*)AdcData,5);HAL_ADC_ConvCpltCallback() is called and I see that the A...