Hello Community Members !
I'm presently working on CAN module in S32K144 EVB and looking for some support to send a dummy message through CAN0 module and sending it via PTE4 and PTE5 pins. And i'm using a CANanalyser to check for CAN messages. But I cant able to read it in Vector CAN box.
Do I've to change the clock configuration in CLOCK_SYS_Init or anything I've to change. My code has been attached for the reference. Please do let me know about any modification in it?
My Code:
Solved! Go to Solution.
It seems you are using the example for CAN PAL S32K144, is this correct? Have you modified any of the configurations or code?
Do you have EVB board powered by external supply into J16? The SBC chip is powered by this external 12V source. Also, for CAN FD communication to work, another ECU with CAN termination must be connected for proper communication, with standard CAN, you can communicate only between ECU and Vector CAN Box.
Best regards,
Julián
It seems you are using the example for CAN PAL S32K144, is this correct? Have you modified any of the configurations or code?
Do you have EVB board powered by external supply into J16? The SBC chip is powered by this external 12V source. Also, for CAN FD communication to work, another ECU with CAN termination must be connected for proper communication, with standard CAN, you can communicate only between ECU and Vector CAN Box.
Best regards,
Julián
I've identified a minor oversight on my part that was causing the issue. It turns out that not using the CAN termination resistor was the culprit.
Once I rectified this oversight by implementing the termination resistor, the CAN reception began functioning flawlessly. Thanks for the support.
Now I can able to transmit CAN message. Thanks for the support. If you think you can help me with this issue it'll be great - https://community.nxp.com/t5/S32-Design-Studio/CAN-PAL-Example-S32K144/m-p/1837077#M12090
@Julián_AragónM Thanks for the support it really helps. I'll try it out and let you update on the CAN.