Question
Enabling ADC interupt while HAL_ADC_Start_DMA using
Hai all
When I use HAL_ADC_Start_DMA(&hadc, ADC_RES, 160); this function .How to enable ADC interupt bit .
I want to Trigger void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc)
{ HAL_GPIO_TogglePin(GPIOC, GPIO_PIN_6);}
this funtion How to enable it while using DMA
