Hi All,
I'm working on the MR-CANHUBK344-S32.
I can run the tutorial: https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/Communicating-over-the-CAN-Bus/ta-p/175845...
But, I cannot observe the CAN messages exchanged between CAN0 and CAN1 with my required hardware. I have to use a Kvaser Leaf Light v2 and I have to get those messages in a "standard CAN" format (the "old" version of CAN that is limited to 1000Kbps), not "CAN-FD" which is more recent and faster.
I tried several things but I can't figure out how to:
I tried unchecking this box:
I tried playing with the CAN FD baudrate to set it to 500Kbps, or simply removing the whole section "0", with no success.
I'm a little lost now. I'm sure it's super simple to solve but I'm not yet familiar enough with S32CT.
Thank you in advance for your help.
Aris
Solved! Go to Solution.
Hello @Aris_ ,
To clarify some things first, the option you unchecked in the configuration is not used to enable or disable CanFD, but to select the protocol it's using (ISO CanFD or non-iso CanFD):
In terms of sending normal Can frames (not FD), that should be achieved by simply opening the Can_Write block and unchecking the "Can FD Message" option, which you can see here:
Let me know if this helps and you start seeing the Can frames on your Kvaser Leaf Light v2.
Regards,
Robert V
Hello @Aris_ ,
To clarify some things first, the option you unchecked in the configuration is not used to enable or disable CanFD, but to select the protocol it's using (ISO CanFD or non-iso CanFD):
In terms of sending normal Can frames (not FD), that should be achieved by simply opening the Can_Write block and unchecking the "Can FD Message" option, which you can see here:
Let me know if this helps and you start seeing the Can frames on your Kvaser Leaf Light v2.
Regards,
Robert V