Dear support,
We have a program on Concerto F28m35H52C1 (CCS 5.2.1, SYS/BIOS 6.33.5.46, xdtools 3.23.4.60) with CAN protocol working. After adding to the configuration file IPC support:
var IpcMgr = xdc.useModule('ti.sdo.ipc.family.f28m35x.IpcMgr');
IpcMgr.readAddr = 0x20016000;
IpcMgr.writeAddr = 0x20014000;
IpcMgr.sharedMemoryOwnerMask = 128;
IpcMgr.messageQSize = 256;:
CAN stop working - we get ReceiveError in CAN bus.
We didn't find any operlap memory problem.
It is known about any conflict between CAN and IPC? TCP/IP and USB protocols works with IPC support properly.
Thanks,Sabina