This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28P650DK: clock source for CPU2

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi TI Experts,

I'm working with the TMS320F28P650D dual-core device .

how to set Clock source for CPU2

do I need to do any thing in my code in CPU1 
or by doing in sysconfig tool is enough 

Any guidance, documentation links, or example projects would be greatly appreciated.

Thanks in advance!

  • Hi Ranjith,

    The SysConfig ClockTree tool configures the PLLSYSCLK, the clock source for both CPUs. The device.c file (which is visible once the SysConfig Device Support feature is enabled) includes the SysCtl_setClock() function which takes care of this configuration. 

    Best Regards,

    Aishwarya