How to Check the received CAN ID in S32

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

How to Check the received CAN ID in S32

506 Views
RishikeshB
Contributor II

Hello NXP

I am sending message from CANoE and want to check the check the transmitted  message in S32Design how can i do it

PFA of the Screenshot of the message that i am transmitting

 

0 Kudos
1 Reply

487 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

once message is received into configured message buffer, a defined user buffer is filled with message content. This buffer has below structure

PetrS_0-1662969085778.png

So msgId holds an ID received.

BR, Petr

0 Kudos