Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Hi,
I am testing this example.
C2000Ware_5_01_00_00\driverlib\f2837xd\examples\dual\cla
After launching debugger, both cores points the same file and same line.

Is it normal?
After running both cores, CPU2 halts in this code. But this code should be run by CPU1 only.
while((HWREGH(CLKCFG_BASE + SYSCTL_O_SYSPLLSTS) &
SYSCTL_SYSPLLSTS_LOCKS) == 0U)
{
//
// Consider to servicing the watchdog using
// SysCtl_serviceWatchdog()
//
}

