在6678EVM上跑PA_emacExample_exampleProject,预编译定义为小端模式,修改cpswEvm6678=1.,除此外没有进行别的修改,但跑在板模式遇见问题。Setup_PASS中Add_MACAddress ()执行失败,提示"Timeout waiting for reply from PA to Pa_addMac command",之前的函数全部成功跑过~~~~求助是什么问题,谢谢~
Andy Yin1:
您好,
如果cpswEvm6678=0是什么状态?
David Yang:
回复 Andy Yin1:
cpswEvm6678: set to 1 (TRUE) only for C6678 EVM 这是E2E上的解释
另外这一步已近跑过去了,原因是等待时间不够~但是后面的程序仍然跑不通
Int32 Setup_Rx (Void)中
EventCombiner_dispatchPlug (eventId, (EventCombiner_FuncPtr)Cpsw_RxISR, (UArg)NULL, TRUE);
EventCombiner_enableEvent(eventId);
/* Map the event id to hardware interrupt 8. */
Hwi_eventMap(vectId, eventId);
/* Enable interrupt 8. */
Hwi_enableInterrupt(vectId);
初始了硬中断用来接收,但是程序跑起来后始终收不到包,Cpsw_RxISR没有被调起过~
wj xz:
回复 David Yang:
请问你的问题解决了么,我现在也是Cpsw_RxISR没有被调起过~