Dear all,
i'm using the S32K3X4EVB-T172 Evaluation Board (S32K344) and the LINSTACK for S32K3 version 2.0.5.
My setup is as follows.
The MCU (S32K344) acts as a LIN Master. Inside ldf file three frames are declared (0x27, 0x28, 0x29), each frame hast the same structure ( getting values from temperaturre sensors)
This works fine, please see following screenshot (right now no slave is responding to the frames)

As soon as the slaves are responding to the Frames, i see a strange behaviour.
If only one slave is active (doesn't matter which one), everything is fine. The data are refreshed periodically inside the MCU. I observe the g_lin_frame_data_buffer and also the application variables.
If slave1 and slave2 are active, slave1 is behaving fine, slave2 does not refresh data. Remember, running each slave alone does work fine.
if all three slaves are active, no slave does refresh data.
But, using an oscilloscope and decoding the frames with it, shows that the data on the physical LIN BUS seems to be fine.

Can you please tell me what i'm doing wrong.
Your help is very appreciated.
Best Regards
Dirk