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.

[参考译文] TM4C1294NCPDT:以太网 http 和 FTP 协议

Guru**** 2466670 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/669267/tm4c1294ncpdt-ethernet-http-and-ftp-protocols

器件型号:TM4C1294NCPDT

大家好、我不熟悉在 Tiva TM4C1294上使用以太网

我需要知道 TCP/IP 堆栈是否包含在 Tivaware 文件夹中。 如果是、堆栈是否包含 http 和 FTP 协议?

此外、在哪里可以找到包含这些协议的第三方堆栈?   

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    Eshanthan、您好!
    TivaWare 库中有多个以太网示例(enet_lwip、enet_io 等)。 TCP/IP 堆栈基于开源的 LwIP。 enet_io 和 enet_lwip 是 HTTP 示例。 如果您使用的是 LaunchPad、请转至 /examples/boards/ek_tm4c1294xl 获取示例。 LwIP 库位于中 /third_party/lwip-1.4.1。