How could i LIN Transmit and Recieve Data using S32K144?

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

How could i LIN Transmit and Recieve Data using S32K144?

Jump to solution
1,427 Views
victor_song_171
Contributor III

Just like the title.

I want use LIN to transmit and recieve data, but not find the function yet. 

Need assistance, and Thanks a lot.

1 Solution
1,262 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you can refer to the SDK based example which is part of S32 Design Studio. Example shows the usage of the LIN driver in master/slave mode. See examples called lin_master_baremetal_s32K144 and lin_slave_baremetal_s32K144 of the latest SDK version (RTM SDK 3.0.0).

You can also find simple non-SDK LIN master example  on https://community.nxp.com/message/1109015?commentID=1109015#comment-1109015

BR, Petr

View solution in original post

3 Replies
1,263 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you can refer to the SDK based example which is part of S32 Design Studio. Example shows the usage of the LIN driver in master/slave mode. See examples called lin_master_baremetal_s32K144 and lin_slave_baremetal_s32K144 of the latest SDK version (RTM SDK 3.0.0).

You can also find simple non-SDK LIN master example  on https://community.nxp.com/message/1109015?commentID=1109015#comment-1109015

BR, Petr

1,262 Views
victor_song_171
Contributor III

How could get the demo?

pastedImage_1.png

Please asist.

0 Kudos
1,262 Views
victor_song_171
Contributor III

I use LIN_DRV_MasterSendHeader function, it works, it can recieve frame header at LIN-MONITOR, but the LIN_DRV_SendFrameData function not so . Code below:

pastedImage_1.png

Need assistance and thanks a lot.

0 Kudos