S32K144 LIN bus

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K144 LIN bus

Jump to solution
5,563 Views
lohrsistemas
Contributor IV

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.

Tags (2)
1 Solution
4,295 Views
PetrS
NXP TechSupport
NXP TechSupport

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

View solution in original post

4 Replies
4,296 Views
PetrS
NXP TechSupport
NXP TechSupport

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

4,294 Views
lohrsistemas
Contributor IV

Do you have any example using LIN non SDK (like S32K144_EVB_LPUART_LIN_MASTER_TXRX.ZIP), but using LPUART_RxTx_IRQHandler?

0 Kudos
4,294 Views
sohyunjang
Contributor III

Hi,

Can I get a Lin slave example?

SDK example is very complex.

Thanks you.

0 Kudos
4,294 Views
lohrsistemas
Contributor IV

Hi Petr,

That's just what I needed. Thanks a lot for the help.

0 Kudos