Other Parts Discussed in Thread: TMS320F28069
To get CLKIN = 80MHz using Internal Oscillator 1, I have PLLCR[DIV] = 10000 and PLLSTS[DIVSEL] = 2 per Table 1-24 in the Tech. Manual to multiply the Internal Oscillator No. 1 10MHz by 16 and divide by 2 to get 80MHz.
Could I also have used PLLCR[DIV] = 01000 AND PLLSTS[DIVSEL] = 3 to achieve the 80MHz by a straight x8 multiplication, (OSCCLK*8)/1.
What happens if I select a combination to yield CLKIN > 80MHz for the TMS320F28069 -- say, PLLCR[DIV] = 01010 and PLLSTS[DIVSEL] = 3 to yield 100MHz?