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.
我现在有一块定制的C6455的开发板,使用intel的LXT971 PHY芯片,使用MII模式,连接方法都是参考DSK6455的。现在的情况是,DSP能够接收到pc发送过来的数据包,但是pc接收不到DSP发送的数据包,用示波器观察DSP与PHY之间的MII接口信号,均正常,TXEN,TXCLK,TXD[3:0]等数据线上,波形均无异常,但是PC端就是接收不到数据包,请问这是什么问题?能否给点建议?谢谢
听起来link状态应该没有问题。强制模式就是forced link mode,区别于自协商模式。
从MII接口能看到EMAC确实把包发出去了吗?目前在PC侧使用ethereal类似抓包工具能抓到送过来的包吗?