Other Parts Discussed in Thread: LAUNCHXL-F28379D, C2000WARE
Tool/software: Code Composer Studio
Hi
I have a device that is sending CAN message at my LAUNCHXL-F28379D board at 500kb/s with message ID ranging from 0x283 to 0x28A.
I have set up 8 message object with different Message ID but same Object ID.
Everytime a CAN message is received it gets handled via ISR, but i want the ISR to do different things according to the message ID, so im looking for a solution that allows me to read the Message ID of a received CAN message.
How can i do it?