"Your ADC & DMA are well configured. Please make sure that MX_DMA_Init(); is called before MX_ADC_Init();It should work like that."in my code dma is defined before adc but still sample from dma adc once and i set dma circular mode i not set dma norma...