Changing LIN Frame ID

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Changing LIN Frame ID

1,423件の閲覧回数
cw20
Contributor II

cw20_0-1687186761670.png

I have a S32K344 board and I am using the LIN Master Frame example. I want to be able to change the frame ID (0x1A) and have it run properly. When I try measuring in CANoe, only signals with the frame ID 0x1A are shown but I want to have signals with other IDs shown and constantly updating. How do I change it so that the frame ID can continually update?

cw20_1-1687187017521.png

 

0 件の賞賛
返信
2 返答(返信)

1,399件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

PID is used in LIn_PduType variable, so use valid PID value. Driver is checking whether PID is valid with correct parity bits..

BR, Petr

0 件の賞賛
返信

1,409件の閲覧回数
cw20
Contributor II

Also in 'Variables', if the frame ID is 0x1A, LIN status is LIN_TX_OK. Whereas, if the frame ID is anything other than 0x1A, LIN status is LIN_OPERATIONAL, which does not transmit the header frame at all. How do I change LIN status from LIN_OPERATIONAL to LIN_TX_OK?

0 件の賞賛
返信