HI NXP team,
I use the S32K148 LIN driver, the setting is master and baud rate is 19200 as below picture show:

and the content I send are: the LIN ID: 0x0C; service is transmit message; data length: 8
data: 0x17 0x06 0xff 0xff 0xff 0xff 0xff 0xff;
I use the method as below:
1. send the header first:

2. then in the callback function: send the content:

now the problem happen, I use the oscilloscope to check the wave, it looks different with the standard machine(ExxoTEST, third party machine). as below show:

the R2 channel( the top wave) is Exxotest send data wave
the C1 channel(the middle wave) is the third party send data wave
the R1 channel(the bottom wave)is the NXP S32K 148 send data wave
the R2 and C1 channel are almost the same, so I think this waveform is right.
the S32K 148 LIN send data looks not right. Do you have any idea what case this problem??