STM32G030K6T6 ADC_DMA
Hi,I'm trying to configure the ADC DMA with STM32G030K6T6. But Analog value is not came.below I given my code and i don't know where i made a mistake if any one know help me.void ADC_Config(void) { RCC->APBENR2 |= RCC_APBENR2_ADCEN; // ADC clock e...