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?
Hi,
Can I get a Lin slave example?
SDK example is very complex.
Thanks you.
Hi Petr,
That's just what I needed. Thanks a lot for the help.