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)
JonAnder_Amante_2-1716367937129.png
In the next pictures you can see the functions that I have used.
JonAnder_Amante_0-1716367802719.png
JonAnder_Amante_1-1716367833311.png
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:
JonAnder_Amante_3-1716368394761.png
JonAnder_Amante_4-1716368422835.png
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,