PSoC4100SP : LIN Slave _ Location of CheckSum

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
RyYo_1406951
Level 5
Level 5
100 replies posted 50 replies posted 25 replies posted

It will be the continuation of https://community.cypress.com/thread/44548.

I want to check the checksum of LIN.

Where to location of CheckSum?
RAM, registers, variables?

0 Likes
1 Solution
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Yoshida-san,

It is a variable, LINS_interimChecksum.

The checksum transmitted from LIN slave to master is calculated in a low level API( void l_ifc_rx_LINS(void) ) in LINS.c generated by the component.

Thanks,

Ryan

View solution in original post

0 Likes
2 Replies
RyanZhao
Moderator
Moderator
Moderator
250 sign-ins First question asked 750 replies posted

Yoshida-san,

It is a variable, LINS_interimChecksum.

The checksum transmitted from LIN slave to master is calculated in a low level API( void l_ifc_rx_LINS(void) ) in LINS.c generated by the component.

Thanks,

Ryan

0 Likes

Ryan -san

Thank you for your answer.

0 Likes