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.

[参考译文] TMS320F28388D:如何从 C2000 DSP 访问 PTP 日期

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

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1209540/tms320f28388d-how-to-access-the-ptp-date-from-the-c2000-dsps

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

您好!

我正在使用连接处理器(Arm + EMAC+ LWIP+ptpd) 来同步   主时钟上的 PTP (1588v2)、一切都正常。

但我 不知道如何从 C2000 DSP 访问 PTP 日期、似乎只能在连接管理器(Arm 处理器)上通过 EMAC 寄存器访问此日期。

如何访问 C2000上的 PTP 日期?

谢谢。

此致、

克里斯托弗

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

    克里斯托弗

    以太网外设只能从 Connectivity Manager (CM)内核访问。  您必须读取 EMAC 寄存器、然后使用 IPC 将此数据传输到 C28x 内核。  

     C2000Ware 中提供了几个示例来演示 IPC 功能。

    此致

    Siddharth

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

    谢谢