STM32F303R8T6 - ADC + DMA not working
Hello Team ST,
I am working on ADC setup using DMA, where upon the conversion completion the ADC values shall be transfered to memory using DMA. The ADC and DMA configurations are as shown in snap below.

The DMA settings are as follows.

The initialization sequence and the ADC start code is as below, where AINW_DmaRawAdcData is "uint32_t AINW_DmaRawAdcData[2];"

I am using STM32CubeMx version 6.10.0 and STM32F3 Software Pack version 1.11.4.
When I run the code, the values in buffer AINW_DmaRawAdcData are zero and the DMA interrupt "DMA1_Channel2_IRQHandler" in not getting triggered. When I try to read ADC values using HAL_ADC_GetValue, the values getting updated. However the ADC + DMA combination is not working.
Please help me to resolve the issue. Let me know in case any additional information is needed.
Thanks!
