STM32F407VG ADC Injected Channel with DMA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-20 5:31 AM
Hi everyone,
I want to read ADC from DMA with injected conversion channels. In HAL library for STM32F407VG, there is no HAL_ADCEx_InjectedStart_DMA. This command gives invalid error. Anyone knows about this.
Thanks.
Solved! Go to Solution.
- Labels:
-
ADC
-
DMA
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-20 5:40 AM - edited ‎2024-03-21 1:43 AM
Hello,
ADC injected conversions are never handled by DMA.
See also this thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-20 5:40 AM - edited ‎2024-03-21 1:43 AM
Hello,
ADC injected conversions are never handled by DMA.
See also this thread.
