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:
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