2014-05-09 02:24 AM
I need to convert at the maximum ADC rate for a 32f303x ie 200nS.
What is the relationship between (say)RCC_ADCCLKConfig
(
RCC_PCLK2_Div6
);
and the actual conversion speed?2014-05-12 04:47 AM
Hi
Have you read the RCC section and the ADC section of the reference manual? http://www.st.com/web/en/resource/technical/document/reference_manual/DM00043574.pdf It is not clearly explained but my understanding is that : CKMODE in 'ADC common control register' selects which clock drives the ADC. (either from the PLL or from APB) The clock can then be sub-divided down (if required). To get max conversion rate, probably need max CPU clock rate (72Mhz) Clock ADC from PLL No sub division. (I could be wrong - please check yourself)