2019-08-21 01:35 AM
2024-08-17 11:23 AM - edited 2024-08-17 11:25 AM
Yes, 32 MHz is okay, 64 not.
( The effective clock going to the ADC, after the prescaler. )
And set a sampling time, that's big enough to match the source impedance, see ds about that.
2023-10-31 07:39 AM
The ACD clock limitation is behind the divider (in your picture marked as "Or this ?")
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-08-17 09:37 AM
My question is in CubeMx Configuration the PCLK is 64MHz in my case STM32G070RB series and similarly to ADC clk configure at 64MHz.
if i configure ADC setting clock prescalar as synchronous clock mode divide by 2 means -> ADC operate at 32MHz. It is within the range of ADC characteristics mention in datasheet (f_ADC =35MHz (max)) to get optimum performance of ADC.
If i choose ADC clock prescalar as asynchronous clock mode divide by 1 means -> ADC operate at 64MHz. This configuration may cause any adc performance problem?
2024-08-17 11:23 AM - edited 2024-08-17 11:25 AM
Yes, 32 MHz is okay, 64 not.
( The effective clock going to the ADC, after the prescaler. )
And set a sampling time, that's big enough to match the source impedance, see ds about that.