Hi,
I’m working with the LIN stack on an NXP S32K118Q048 EVB to set up a LIN network using an .ldf file. When I upload the .ldf for parsing, I encounter terminal errors stating that some frames are missing from the configurable_frames section in the Node_attributes.
Upon investigation, I found that the missing frames are unconditional frames mapped under a sporadic frame. Interestingly, the error disappears if I explicitly add the sporadic frame name to the configurable_frames list — which seems odd, since sporadic frame names are typically referenced in the schedule table, not in the node configuration. I have doubled checked the LIN 2.0 protocol revision and could not find an explanation for this error that could help me.
For context, I'm using the LIN 2.0 protocol.
Regards,