How to setup LIN on MKE02Z64VLC4 with processor expert?

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

How to setup LIN on MKE02Z64VLC4 with processor expert?

634 Views
michelcatudal
Contributor I

I am news with the freescale device. How do we go about setting up for LIN on the MKE02Z64VLC4. I don't see any mention with the processor expert as if LIN support doesn't exist for that processor but according to the specs it does. Do you have any example project?

I use eclipse with gcc on archlinux.

0 Kudos
3 Replies

413 Views
vicentegomez
NXP TechSupport
NXP TechSupport

You can start with the LIN driver

Please download the LIN 2.X/J2602 Driver from here

this driver have a sample code for the KEA that works for the KE

I hope this will help.

0 Kudos

413 Views
michelcatudal
Contributor I
0 Kudos

413 Views
vicentegomez
NXP TechSupport
NXP TechSupport

Hi Michel

The KE family does not have a LIN module, you need to use the UART module to make the LIN communication, with PE you can use the UART int function to set up the UART module, but the configuration for the transition or reception of data needs to be created, because of this I recommend that you use the driver that already have this configuration.
Have a great day,
Vicente

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos