Though there is one flaw in current demonstration (which i have briefed in video too). It would be good to see, if anybody can guess it. In next demonstration update, we will explain how we rectify that flaw.
Checkout CAN Protocol DiY hands-on course, to learn and build such project: https://lnkd.in/gS98vXmd
Features/Specs of Demonstration:
1) Standard CAN communication at 500kpbs using on chip flexcan CAN Controller 2) Use of Rx-Tx mailboxes to store CAN data in flexcan can Controller of s32k144mcu 3) Off-loading CPU on receiving Node, with use of Interrupts to continously receive CAN data efficiently. 4) ZeroCode in main while () of receiving end with the use of CAN Rx mailboxes interrupts 5) Use of SPI Protocol for driver creation of colorlcdscreen. 6) SPI Peripheral with DMA to offload CPU for printing data on colorlcdscreen 7) Number system conversion from hex to string for displaying data on screen in human readable format( In this demonstration their is one flaw on this)