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.

[参考译文] CCS/TMS570LC4357:与 PC 进行以太网(EMAC)通信

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/612865/ccs-tms570lc4357-ethernet-emac-communication-with-pc

器件型号:TMS570LC4357

工具/软件:Code Composer Studio

我正在使用 tms570lc43x LaunchPad、并且可以在 TI wiki 页面上运行 LWIP 演示。 现在、我要使用启动来采样和处理信号、然后使用以太网(EMAC) 将数据从开发板发送到我的笔记本电脑。  在演示中、我应该继续修改哪个部分?

或者、如果我想通过以太网电缆直接连接笔记本电脑和 LaunchPad、如何将数据发送到我的笔记本电脑?

希望有类似经验的人能帮我解决问题!

非常感谢!

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

    Mu He、您好!

    如果您看一下用于 Hercules MCU 的以太网引导加载程序、有一个很好的示例。 引导加载程序使用 TFTP 协议将文件上载到器件。 TFTP 协议使用 lwIP 提供的 UDP。 您应该能够按照 tftp.c 至 lwIP 到以太网驱动程序的函数调用进行操作。

    e2e.ti.com/.../7558.tftp.c