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.

TM4C129的官方例程enet_lwip中 直接获取底层的网络数据包怎样设置?

比如实现网口上只要有数据了,TM4C129就接收,然后通过DMA描述符来获取数据包的长度和地址。

一直不了解TM4C129的DMA描述符是什么样的结构,初步调试发现底层的数据处理函数是 static void tivaif_receive(struct netif *psNetif);  是不是在这里面获取底层的数据包?