Send Master LIN Frame S32K116EVB without LDF (Hardcoded)

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

Send Master LIN Frame S32K116EVB without LDF (Hardcoded)

669 Views
Alinn
Contributor I

Hello, 

 

I am trying to send a lin frame using S32K116EVB (configured as master)

I am using the lin_master_s32k116 example from S32 Design Studio but this contains the LDF file. I want to send hardcoded lin frames using the driver functions (without LDF). 

Does anyone have any idea how can I do that? 

Eg:

Send TX: 00 FF FF FF FF FF FF (sleep)

delay 10ms

Send TX: 11 22 33 44 55 66 77 88

 

I am using these two frames to perform some negative tests on another CPU

0 Kudos
1 Reply

665 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

 

you can simply refer to "lin_master_baremetal_s32k116" demo example within S32DS.

It uses LIN driver without LIN Stack and ldf.

 

BR, Petr

0 Kudos