Hi,
I tried to change the PLLCR (multiplier) value using the InitPLL funtion residing at "DSP2833x_SysCtrl.c".
I used the Table 21. PLLCR Bit Descriptions from "sprufb0d.pdf" as a reference to change the values of the input parameter "val" and "divsel". But during the process, the funtion works correctly only for val = 0xA and divsel = 2.\
Also is it possible for me to provide divsel as '3' and val 'other than 0xA', since I think other combinations would produce sysclockout less than 150 MHz.
Is this the normal behaviour? If so, please explain the behaviour.