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.

RTOS/66AK2H12: IPC between ARM cores

Part Number: 66AK2H12

Tool/software: TI-RTOS

Hi,

I'm trying to get IPC running between two ARM cores on the K2H. I searched for answers and came across this post:

e2e.ti.com/.../604499

The answer says to use SMP BIOS and provides a link to a post that has been deleted.

I really want to use IPC because we have a successful implementation that worked from ARM0-DSP0. Can I just name ARM1 "CORE1" in the config file like this?

xdc.useModule('ti.sdo.ipc.MessageQ');
Program.global.procName = "CORE1";
var ipc_cfg = xdc.loadCapsule("../shared/ipc.cfg.xs");

Thanks,
Bruce