2016-12-27 07:46 PM
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
2016-12-28 02:07 AM
Hello
Patil.Kalpesh
,Try to use the LL (Low Layer) drivers instead of HAL.
This could solve your delay issue.
Regards,
Khouloud.
2016-12-28 08:06 AM
The Reference Manual is where you'd want to look for a complete description of registers and bits, it's important to review to provide some context for what the code does, or can be done.
2016-12-28 08:51 AM
thank you
2016-12-29 05:11 AM
thank you . my problem is solved .
2024-04-27 06:37 PM
Hi kalpeshpatil
Could you tell me how you solved this problem because I'm facing a similar issue?