Random behaviour while using ADC on STM32f030cc
Hello.I'm using STM32f030CC in which we have to use 2 ADC channels.Following is the Initialization part. ADC_InitTypeDef stADC_InitStructure; GPIO_InitTypeDef GPIO_InitStructure; RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOB , ENABLE); /****...