ADC DMA Continues Mode and enable/disable VBAT channel
Posted on December 06, 2016 at 22:05Hello, We are using STM32F072 series MCU with 8 physical ADC input channels and VBAT internal by configuring DMA with continues conversion mode:/* ADC init function */ void MX_ADC_Init(void) { ADC_ChannelConfTypeD...