Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE,
Tool/software: Code Composer Studio
hi everyone,
I developed a can flash kernel code for f28377s. I used InitSysCtrl() routine but when I debug, the code get stuck on the below code.
while(ClkCfgRegs.SYSPLLSTS.bit.LOCKS !=1 )
{
//ServiceDog()
}
How can I solve this problem ?
Thanks and Regards