STM32F303CB ==> RCC_ADCCLKConfig
Posted on November 21, 2013 at 16:23Hello, I have a problem with the RCC_ADCCLKConfig, I want to change the ADC frequency and I followed the example from st. /* Configure the ADC clock */ RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div64); /* Enable...