Hello all!
I have a TMDXRM48HDK board and doing experimentation with the CAN network. My current objective is to read all the messages (independent of the IDs) on the CAN bus and print them along with their IDs via SCI interface. In this regards, I want to know:
1. How to read the ID if the instruction on page 9 and 11 of the application note (http://www.ti.com/lit/an/spna131/spna131.pdf) are followed?
2. What changes should I made in the code to enable reading of all the signals on the CAN bus as well as their IDs? I have succeeded in reading the data by changing mask value from 7FF to 000 (in line 2 of the code given in section 3.2 of the application note (http://www.ti.com/lit/an/spna131/spna131.pdf)) but unable to find a way to get the message IDs and print them.
Best Regards
/Tahir