This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSCNCD28388D: CAN PROTOCOL

Part Number: TMDSCNCD28388D
Other Parts Discussed in Thread: C2000WARE

Hi,

I couldn't find a suitable explanation for the code snippets below. If anyone could give a brief explanation and syntax, it would be very helpful.

(a) CAN_startModule(myCAN0_BASE);

(b) CAN_sendMessage(myCAN0_BASE, 1, MSG_DATA_LENGTH, txMsgData);

(c) CAN_readMessage(myCAN0_BASE, 2, rxMsgData)

Thank You

Karthikeya