Other Parts Discussed in Thread: SYSBIOS, CONTROLSUITE
Hi all
With RTOS (2.12.1.33) GUI: I set the integer multiplier to 24 and the fractional multiplier to 0.5 (value in register is 2), the devider is set to /2 (value in register is 1).
The external clock is 16 MHz.
In the reset hook I set the clock source to external, because RTOS does not support this.
The measured clock on my (custom) board is 192 MHz, but is should be 196 MHz (24.5 * 16 MHz / 2). The measured clock is 24 * 16 / 2, it seems that the fractional multiplier is somehow ignored...
But if I check the register ClkCfgRegs.SYSPLLMULT with the debugger, I see the correct values (FMULT=2, IMULT=24).
Remark: If I create a non-RTOS project and do the PLL config myself, I get the desired 196 MHz.
Question: Can anybody confirm that RTOS does apply the FMULT correctly?
Thank you!
Roger