S32K1xx LIN 堆栈 LDF 分析器队员们好
客户使用带有 LIN 栈(LIN 2.0 协议)的恩智浦 S32K118 EVB,在加载新的 LDF(LIN 描述文件)时遇到终端错误。同样的 LDF 在 CANoe 中运行正常,但在 NXP Design Studio 中却不行。
- Error: "Issue:%error Error: xxxxx.ldf line: 111"NodeName" Frame sporadic_frame_name- Missing frame in LDF Configurable frames in Node Attributes.
Level:错误
类型:工具问题
工具:外围设备
起源:外设
资源:Sources
Information:%error Error: xxxxx.ldf line: 111"NodeName" Frame sporadic_frame_name- Missing frame in LDF Configurable frames in Node Attributes."
- 出现在 零星帧 中,这些零星帧封装了 无条件帧。
- 当 零星帧名称 被手动添加到
configurable_frames 列表时,错误消失 - 这是意料之外的行为。
这是 Design Studio 的问题、恩智浦 LIN 栈的限制还是 LDF 文件的问题?
为什么工具要求在configurable_frames 中使用零星帧,而这并不是 LIN 2.0 的标准配置?
谢谢!
BR,丹尼尔
LIN_STACKRe: S32K1xx LIN Stack LDF parser你好,我是@danielmartynek、
能否共享客户使用的 LDF 文件?
从 LIN 规范中我读到了以下内容,我的理解是,所有帧都应列在可配置帧中,即使是零星帧也不例外。

BR
利维乌