Skip to main content
CKILI.2
Associate II
March 20, 2024
Solved

STM32F407VG ADC Injected Channel with DMA

  • March 20, 2024
  • 1 reply
  • 1100 views

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.

Best answer by mƎALLEm

Hello, 

ADC injected conversions are never handled by DMA.

See also this thread.

1 reply

mƎALLEm
mƎALLEmBest answer
Technical Moderator
March 20, 2024

Hello, 

ADC injected conversions are never handled by DMA.

See also this thread.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.