How can start and stop ADC function without using HAL library
hi, 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 execution time. Due to this
execution time delay is generated. So overcome this delay there are any specific
register that can set/reset . so less time for execution.
i am new in stm32f0.
thank you
please help me
