Hello,
I'm new to dual core TI MCUs and I have the following problem with the connectivity manager (CM) at boot.
In particular:
- C28 core configure the CM clock, bring it out from reset and then it syncs with CM core, calling the IPC_sync() API.
- CM performs basic SysCtl initializations and then it syncs with C28 core, calling IPC_sync() API as well.
At debug time I have no problem:
- I first load the program on the c28 core and start it.
- Then I load the program on the CM core and start it.
- The two cores sync each other and then run correctly.
At run time, instead, the C28 core is stuck waiting for CM sync.
It seems that there is something wrong in the CM startup procedure, that doesn't jump to main().
Any suggestions?

