How can start and stop ADC function without using HAL library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-27 7: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-28 2:07 AM
Hello
Patil.Kalpesh
,Try to use the LL (Low Layer) drivers instead of HAL.
This could solve your delay issue.
Regards,
Khouloud.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-28 8: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-28 8:51 AM
thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-29 5:11 AM
thank you . my problem is solved .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-27 6:37 PM
Hi kalpeshpatil
Could you tell me how you solved this problem because I'm facing a similar issue?
