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 协议

Guru**** 2391415 points
Other Parts Discussed in Thread: C2000WARE

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1110015/tmdscncd28388d-can-protocol

器件型号:TMDSCNCD28388D
主题中讨论的其他器件:C2000WARE

您好!

我在下面找不到代码段的合适解释。 如果有人能简单解释和语法、那将会很有帮助。

(a) CAN_startModule (myCAN0_BASE);

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

(C) CAN_readMessage (myCAN0_BASE、2、rxMsgData)

谢谢你

Karthikeya

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Karthikeya  

    您可以在"C2000Ware_X_XX_00_00\driverlib\f2838x\driverlib\CAN.h"中查看驱动程序头文件。 有函数说明和函数的所有参数。  

    谢谢。