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.

TMS320F28379D: code composer shows the same location for both core debugger

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()
//
}