Disable specific LIN responses

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Disable specific LIN responses

606 次查看
bigtwisty
Contributor I

Is there a way to programmatically disable specific LIN slave responses after boot?

I am using the NXP LIN stack on a S12ZVL micro.  I have an LDF with response messages for multiple modules of a specific type.  

0 项奖励
回复
1 回复

481 次查看
hungnguyenphi
NXP Employee
NXP Employee

Hi Jeremy,

Which services you don't want NXP LinStack automatically send the LIN slave responses ?
From my point of view, currently NXP LinStack just automatically send the LIN slave responses(frame with ID 0x3D) with some diagnostic services(in example READ_BY_IDENTIFY, SERVICE_ASSIGN_NAD,....) that defined in the Lin specification and I don't think it is a good idea to change the response type of these services. For the other services NXP LinStack will not automatically send the LIN slave responses and we can implement these responses by use lin diganostic class 3 with ld_receive_message() and ld_send_message() function.

Best regards,

Hung.

0 项奖励
回复