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.

28377d can通信问题

请问28377d为什么是CAN而非28355那种ECAN,ECAN在处理数据时不是效果更佳吗

  • F2837X用的其实是D_CAN的IP,比eCAN技术更先进。

    例如:

    For ECAN it was pretty simple to access CAN registers from the MCU-side: just read/write to the correct register address. However, this technique could be dangerous, if the developer does not care about potential access conflicts between the CAN-Communication Controller and the MCU.

    For DCAN, the situation is different. Here, all accesses from MCU to CAN - registers are performed via interface registers IFx. A hardware logic takes care that potential collisions between CAN-CC and the new data/command in IFx are resolved. 

    当然,还有其他的区别,具体可以看一下F2837X的CAN说明文档。

    Eric