Resolved! ADC read in DMA regular mode
I've requirement of reading 100 samples of ADC data using DMA whenever it's needed in regular mode and I see the read buffer is not having right values and also HAL_ADC_ConvCpltCallback is not hitting.But same if I try just with one sample data is pr...