Hi,
I"m trying to get the TMDX570LS04HDK to receive CAN messages.
I was able to send messages but not to receive anything, using both canIsRxMessageArrived() as in example_canCommunication.c and using interrupts as in example_canIntCommunication.c.
I even tried to set the mask on the message box to 0, nothing seems to work.
The demo CAN program is also not receiving anything (is it listening on specific identifiers?), both on my lab setup and also on a real vehicle network.
Am I missing something?
Thanks