Dear Team,
We are trying to enable the Lpuart_Lin (Slave) functionality on the S32K311, and we are referencing the example Lin_Ip_FrameTransfer_S32K344, using Lpuart_Lin_Ip_Init and Lpuart_Lin_Ip_GetStatus.
After the Master transmits a LIN frame:
[0x00, 0xFF, 0x80, 0x11, 0x6E]
The return status from Lpuart_Lin_Ip_GetStatus remains stuck at LPUART_LIN_IP_STATUS_RX_HEADER_ERROR.
Additionally, in the interrupt callback LpuartSlaveCallback, the status is always LPUART_LIN_IP_RX_OVERRUN_ERROR.
Do you have any suggestions on what we should check, or recommended changes we could try?
Thank you in advance for your support.
Best,
Johns