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.

[参考译文] 是否可以直接从 TIDA-00203的寄存器获取 CAN 帧?

Guru**** 1794070 points
Other Parts Discussed in Thread: TIDA-00203
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/572754/possible-to-get-can-frames-directly-from-registers-for-tida-00203

主题中讨论的其他器件:TIDA-00203DK-TM4C123G

您好!  

我正在设计 TIDA-00203的组装板上工作。 我正在尝试检索整个 CAN 帧、包括标头字段、数据字段和尾部字段、并将其发送到以太网。 目前、我在 Tiva_C_Series-2.1.3.156/driverlib/can.h 中找到 API CANMessageGet 然而、这个调用将 CAN 消息作为 tCANMsgObject 返回、其中原始位和序列不可用。  

我怀疑通过直接读取寄存器可以实现目标、但我不知道如何读取它们以及需要读取哪些寄存器。

我们非常感谢您的任何帮助!

谢谢、

Meiya.  

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

    您可以参考 TivaWare 软件路径 examples/boards/dk-tm4c123g/can 示例文件夹中的源文件。