Hi all,
In the datasheet of tm4c123gh6pm, page 221, Table 5-4. Possible System Clock Frequencies Using the SYSDIV Field.
SYSDIV Divisor Frequency(BYPASS=0) Frequency (BYPASS=1) TivaWare™ Parametera
0x2 /3 66.67 MHz Clock source frequency/3 SYSCTL_SYSDIV_3
0x3 /4 50 MHz Clock source frequency/4 SYSCTL_SYSDIV_4
i dont understand how 66.67MHZ is calculated.
I mean, the out put frequency from VCO should be the same as input reference frequency(that is what PLL does). So, the value field where these 66,67 and 50 stands should depend on the input reference frequency. So it would be X/3 or X/4, not 400MHZ/3 nor 400MHZ/4.
Can anyone help to explain?
Thanks.