I have any question about Stellaris ARM.
In datasheet LM4F120H5QR in page 261, the PLL Fre can be calculated using equation:
PLL frequency = (XTAL frequency * MDIV) / ((Q + 1) * (N + 1))
MDIV = MINT + (MFRAC / 1024)
In these equation, i want know how to calculation Q, N, MINT and MFRAC when begin using Stellaris in table 23-10.
And if i will use crystal frequency 11MHz is PLL frequency equal = 400MHz??
Thanks.