Skip to main content
Kolja Waschk
Associate III
August 14, 2023
Solved

PLL clock division in STM32H7 for fadc_ker_ck

  • August 14, 2023
  • 1 reply
  • 4583 views

Hi,
a footnote(4) in STM32H7 reference manual RM0468 Table 56 regarding the maximum allowed frequency for ADC says

"With a duty cycle close to 50%, meaning that DIV[P/Q/R]x values shall be even".

Does this recommendation apply to the actual DIVXx register bits value or the resulting actual divisor /(DIVXx + 1) ?

Or, in other words, is DIVR2[6:0]=0000010 (ie. /3) be regarded even (0000010) or odd (/3) and thus not well suited in this context? I assume the latter?

Thanks for clarification
Kolja

This topic has been closed for replies.
Best answer by TDK

The divisor must be even, so the value in the register must be odd.

1 reply

TDK
TDKBest answer
August 14, 2023

The divisor must be even, so the value in the register must be odd.

"If you feel a post has answered your question, please click ""Accept as Solution""."