Other Parts Discussed in Thread: SYSBIOS
Hi,
I use f2809 platform and want to run program in flash. In SYS/BIOS if i disable the C28x Boot config, should i config the PLL before BIOS_Start()? when i import the SYS/BIOS examples in CCS5, i can't found any configuration about PLL, but need to set CPU clock frequency(Hz) = 100000000 ?
the clock module set the Tick period 1000us by default , does it used Timer2 to generate the OS Tick? should i config Timer2 before BIOS_Start() ? if i want to change the tick period = 500us, what i need to do besides setting tick period 500us?

