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
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