Hi,
I have a problem when I try to receive a message through CAN. I want to check if I receive a data in S32 Design Studio, so I send the functions that I have used (The clock of CAN is 24 MHz and It is correct). I have different problems.
1. When I try to receive the messages, the dates are 0.
2. I don´t know if I want to implement 0x because the dates I want to send are in the PCAN-View (In hexadecimal the dates are 11 22 34 44 (I only want to check if the first date is 11)

In the next pictures you can see the functions that I have used.


In summary, the target of this program is the implementation of bootloader. The problem is that I want to check if the jump to the application is made depending on a CAN message is received. (The application is a program which send and receive different dates).
In the main I have these functions and structures:


I have tried instead of "g_RXCANMsg" instead of implement "rxData" but I havce problem because the program said that the variable "g_RXCANMsg" doesn´t definied, so Could you tell me the steps to implement this varibale?
Thank you for all,