Capturing stereo audio on STM32F4 with internall ADC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-31 2:14 AM
What I want to do is capture audio using ADC0 and ADC1 with DMA. Until now I have not been able to find a decent solution on capturing 2 ADC inputs simultaneously using DMA.
Is this even possible?
Labels:
- Labels:
-
ADC
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-31 2:39 AM
Yes. There is no ADC0, but there are ADC1, ADC2 and ADC3 which are independent.
You can just set each of them up like this:
Or you can use them in interleaved mode:
If you feel a post has answered your question, please click "Accept as Solution".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-31 3:08 AM
According to reference manual:
