Hi,
Does anyone have a simple example code similar to this -> S12G128 LIN code But for the MCU S32K144 ? The sample code using SDK seemed very complex. I would like to do without using SDK.
已解决! 转到解答。
Hi,
I can provide you very simple example for LIN Master. It just shows how the master can send a frame to slave and also generate a LIN header for receive data from a slave. The UJA1023 was expected as the LIN slave.
Hope it helps.
BR, Petr
Do you have any example using LIN non SDK (like S32K144_EVB_LPUART_LIN_MASTER_TXRX.ZIP), but using LPUART_RxTx_IRQHandler?