How can start and stop ADC function without using HAL library
Posted on December 28, 2016 at 04:46hi, i working on ADC of stm32f0 by using HAL library . for reading value of ADC i have to start and stop ADC.but the adc start function 'HAL_ADC_Start(&hadc);' and stop function'HAL_ADC_Stop(&hadc);'take executi...