Hii, I'm using S12ZVML128 as Lin Slave and I'm Using CANoe as Lin Master.
I've used the following functions to Receive Lin Frame from CANoe and to Transmit Lin Frame from S12ZVML128
a) Function to receive Lin Frame from CANoe
Frame = t_LIN_frame


Using this function. I'm able to receive the frame from CANoe. PFA
Image : CANoe Snapshot

Image : CodeWarrior Snapshot

b) Now, I'm using the following function to Transmit Lin Frame from S12ZVML128 to CANoe
Frame = t_LIN_frame2

But, I'm getting the following error in CANoe after Transmitting Header. PFA

Please let me know how to resolve this error.
Thanks in advance