Changing LIN Frame ID

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Changing LIN Frame ID

551 Views
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 Kudos
Reply
2 Replies

527 Views
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 Kudos
Reply

537 Views
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 Kudos
Reply