2024-03-20 05: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.
2024-03-20 05:40 AM - edited 2024-03-21 01:43 AM
Hello,
ADC injected conversions are never handled by DMA.
See also this thread.
2024-03-20 05:40 AM - edited 2024-03-21 01:43 AM
Hello,
ADC injected conversions are never handled by DMA.
See also this thread.