Hello NXP Team
I wonder why my ping test with MCAN doesn't work.
I've configured all the settings in freemaster_cfg.h (I've referenced freemaster driver example)
KakaoTalk_20230417_153053511.png
and I've checked that I am using MCAN0 channel.
I've also checked FMSTR_CAN_CMDID and FMSTR_CAN_RESPID which was set default as 0x7aa.
KakaoTalk_20230417_152738943.png
When I try to Test connection, the error message pops up.
KakaoTalk_20230417_152744294.png
I implemented simple CAN_transmit and CAN_receive code and tested with CAN king. It works fine with CAN king.
What might be the problem?
Thanks in advance.