STM32F303 ADC clocks
Posted on July 27, 2015 at 16:51Hi All,Why the ADC is work only with the following configuration :RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div4); ADC_CommonInitStructure.ADC_Clock = ADC_Clock_SynClkModeDiv4;I try to configure as the following:RCC_HCLKConfig...