Dear
I use the S32ds for Power Architecture Version 2.1 integrated environment to debug the code on the MPC5777C chip development board.
Attached is my project. The project compiles without problems.
but when I debug the code in ram,The code doesn't run if I don't unregister the function on line 178 of the Can_Tp.c file. The function in Can_Tp.c file is
CanTp_ReceiveFlowControlFrame(&CanTp_RuntimeData[CanTp_listIndex+2], &CanTp_TxSdu[CanTp_listIndex], CanTp_objRxPtr, frameType);
But when I block this function, the code runs normally and can be debugged normally.
I'm wondering where is the problem,please help me to solve this problem, Thank you sincerely.