STM32L ADC+DMA with stop mode
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-03-14 4:30 AM
Posted on March 14, 2014 at 12:30
STM32L: working with ADC and DMA . Enter to stop mode when the system is not busy, every 1-2 seconds. When return from stop mode the ADC and DMA are not working. Now I initialize every time all the ADC channels and the DMA, I am looking for a better solution.
Thanks for advice
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-03-16 7:01 AM
Posted on March 16, 2014 at 15:01
Can't determine what you are doing by '' I initialize every time all the ADC channels''. On entering stop mode, disable the ADC then DMA. On return enable DMA then ADC.
If that doesn't work, post your code. Cheers, Hal