您好!
我们在 CCS ROV 视图中看到了上述错误消息。 或者,如果将以下内容添加到 app.cfg remoteCustom2InUseError 被 remoteCustom1InUseError...
VAR GateMP = xdc.useModule('ti.sdo.ipc.GateMP');
GateMP.RemoteSystemProxy = xdc.useModule('ti.sdo.ipc.gates.GateHWSpinlock');
GateMP.RemoteCustom1Proxy = xdc.useModule('ti.sdo.ipc.gates.GateMPSupportNull');
GateMP.RemoteCustom2Proxy = xdc.useModule('ti.sdo.ipc.gates.GateMPSupportNull');
当我检查'..\ti\ipc_3_50_04_08\packages/ti\sdo \ipc\GateMP.xs'下的代码时,我找到了 TODO 注释。 暗示这只是一个 XDC/ROV 问题:
功能视图 InitModule (视图、mod)
{
//...
如果(mod.proxyMap[1]= 1){
View.numGatesCustom1 = mod.numRemoteCustom1;
尝试{
VAR remoteCustom1InUse = Program.fetchArray()
mod.remoteCustom1InUse$fetchDesc、
mod.remoteCustom1InUse.$addr、
mod.numRemoteCustom1);
}
获取(e){
throw ("获取远程自定义1InUse"+ e 时出现问题");//todo
我们是否可以忽略此错误消息、或者是否有其他原因导致此错误?
谢谢、
安德烈