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.

[参考译文] ICSS-EMAC 的 LwIP 接口不支持连接的 pbuf MCU-PLUS-SDK

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1386760/mcu-plus-sdk-am243x-lwip-interface-for-icss-emac-doesn-t-support-concatenated-pbuf

器件型号:MCU-PLUS-SDK AM243X

工具与软件:

我使用 AM243X 工业通信 SDK 09.02.00.09、发现 ICSS-EMAC 的 LwIP 接口源代码不支持连接 pbuf。

在 am243x-mcu-plus-sdk\source\networking\ICSS_EMAC\lwipif\lwip2icss_emac.c 文件中、src 键入 transmit 函数  Lwip2Emac_sendTxPackets 获得 pbuf 作为参数、但如果它是串联对象、则会忽略

为了使 LwIP 协议栈正常工作、 lwipopts.h 中必须有一个 define 语句

#define LWIP_NETIF_TX_SINGLE_PBUF 1.

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

    尊敬的 

    感谢您的提问。

    我会检查 ONM 这种情况、然后回复给您。

    此致

    Ashwani

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    [quote userid="484939" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1386760/mcu-plus-sdk-am243x-lwip-interface-for-icss-emac-doesn-t-support-concatenated-pbuf ICSS-EMAC 的 LwIP 接口源代码不支持连接 pbuf

    目前不支持该功能。

    此致

    Ashwani

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

    我建议修改您的文档、添加可使系统正常工作的 LwIP 选项:

    #LWIP_NETIF_TX_SINGLE_PBUF 1.

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

    感谢 

    我会将您的信息传达给开发团队。

    此致

    Ashwani