Hi Community Members!
I'm working on CAN PAL S32K144 example that you privided on the RTM - i came to know about that there is new board that you have provided in the documentation like - S32K144 MB. Could you guys please resolve this? I couldn't find out that exact board anywhere. And I've tried using 2 S32K144 EVB's one configured as Master and one as Slave, but couldn't able to communicate with each other.
The screenshot has been attached for your references from the Documentation.
Thanks and Best Regards,
SDRS
Solved! Go to Solution.
Hi,
S32K144 MB is motherboard from validation boards, you cannot purchase that, I think.
You should be able to run CAN_PAL_Example_S32K144 between 2 boards. Be sure you have followed example description. Boards have to be powered by external 12V and SBC must be in forced normal mode to have its CAN transceiver active (otherwise must be configured via SPI).
BR, Petr
Hi,
S32K144 MB is motherboard from validation boards, you cannot purchase that, I think.
You should be able to run CAN_PAL_Example_S32K144 between 2 boards. Be sure you have followed example description. Boards have to be powered by external 12V and SBC must be in forced normal mode to have its CAN transceiver active (otherwise must be configured via SPI).
BR, Petr
@PetrS Hi thanks for the support, Actually I figured out that I've not implemented the CAN termination resistors to make the CAN code work. Now its fine.