Hi Xie,
I see that you have a triggered system that is supposed to sent the CAN messages. I guess you can't sent those messages out right ?
This is how i would approach the problem:
- step 1: use a simple program to sent a CAN message based on a time interrupt and verify with a CAN viewer that i can receive the messages. This will validate the basic CAN configuration and CAN network
- step 2: using S32 Design Studio, i would try to attach to the running target (without reset) when the real application is running but not transmitting CAN. This way you can suspend the processor execution and check where the PC is. Then please a breakpoint in the task you are supposed to sent the CAN messages and check is you ever enter into that or not.
In general the S32 Design Studio or any other IDE supporting that processor you are using is the only way to debug the application
Hope this will inspire you!
Best regards,
Daniel