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.
使用 HalCoGen 04.07.01、生成的 EMACRxIntISR 调用:
emacRxNotification (...)
EMACReceive(...)
EMACCoreIntAck(...)
1. 这是否会导致我的软件错过最后一个被读取的以太网帧? 即 ,在调用 emacRxNotification()之前,软件是否应调用 EMACReceive()?
2. 当使用 hdkif 调用 emacRxNotification 时、如何使用 RX 缓冲器? 是否有这方面的示例? 我是否应该在处理缓冲区时修改 hdkif->rxchptr.active_head? 我想将数据包缓冲器发送到 LwIP。
提前感谢!
您好、Matt、
我们有两个 LWIP 示例:lwip 演示和活动 Web 服务器。