Other Parts Discussed in Thread: TMS570LS20216
I'm programming a own CAN-Driver on a TMS570LS20216 microcontroller and would like to implement a echo-mode on it. The Device should return a whole message if it is transmitted by the CAN-module and the TxRqst-Bit is reset. But I have to know the time when this happens so I can get the order between received messages and echoed messares right. Is there a possibility to put a timestamp on the message-objects in the message-RAM or get a timestamp from somewhere else to build up a software-RAM where it is possible to store the timestamps for the messages? Or is there a possibility to do such an echo-mode by the CAN-Core or the message-handler itself? Then it should put the transmitted messages simply into a receive-object in the message-RAM.