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.

[参考译文] MSP-EXP432E401Y:MSP-EXP432E401Y

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1372490/msp-exp432e401y-msp-exp432e401y

器件型号:MSP-EXP432E401Y

工具与软件:

您好!

我使用的是 MSP-EXP432E401Y 板。 我正在处理"Ethernet_with_lwip_MSP_EXP432E401Y_nortos_ccs" 示例代码(使用静态 IP 模式)。

我想发送和接收 UDP 数据包。 为了添加此功能、我需要在该代码中进行哪些修改。

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

    我只是回复了您的另一条主题。 如果您想继续此主题、请不要在多个主题中提出相同的问题。 在 另一个主题中、我提出以下问题进行澄清。  

     -您使用什么工具将 UDP 数据发送到 MCU ? 我通常使用 Hercules。  https://www.hw-group.com/software/hercules-setup-utility。 UdpEchoRecv 是回调函数、在回波服务器接收数据时调用。 接收到数据后、它只会回传到发送器(PC 上运行的客户端应用程序)。 您是否具有从 PC 发送的数据? 它显示了什么?

     -您的客户端是否与服务器位于同一子网中?

     -如果您使用 DHCP 会产生什么结果?