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.
Hello,
I am using DP86867IR as PHY interfacing with FPGA board and connected to PC on the other side. PC is configured to 100 Mbps full duplex communication.
Following is the issue I am observing:
1. After reset through 0x1F = 0x8000; I see link going up and messages on the ethernet monitoring tool. Probably because Auto negotiation is activated and hence getting link up.
But in case, Auto-negotiation is disabled after hard reset and try to set fixed rate of 100 Mbps, Link does not come up. Could you please let me know the possible root cause or proper sequence?
2. How much time should I wait after Reset to access/modify the MDIO registers? From datasheet, I could conclude 200 ms, but for safe side I am putting delay of 500 ms before accessing MDIO registers to set fixed link rate. Is it okay?
and the most important questions is:
3. After having link up, I can receive data on the MAC, but data transmitted from MAC are not shown on the Ethernet monitoring tool.
For 10 Mbps link speed, I can see data on the tool. Can you guide me through to solve this issue?
Please let me know, if you need any other information!
Thank you,
Hardik
Hi Geet,
1. If you enable Auto-Negotiation, does device links up ?
Hardik: Yes, it does. But Transmit from PHY to PC does not work. Receive works fine.
2. Have you ensured PC is in force 100M mode as well ?
Hardik: Yes, in configuration settings, port is set to 100 Mbps Full Duplex.
Can you try connecting this to other device and ensure 100M force is supported by PC.
Hardik: I will try and let you know.
Meanwhile I tried other device with my FPGA, and link did come up with the same startup routine. However, Transmit is still not working. Could you please look into my schematics, is there anything wrong I am doing? I tried to look into one of the debug guideline available only on TI website, and values are as recommended. Could you please double check and provide your comments?
BTW, why you want to force 100M, instead not use Auto-Neg ?
Hardik: While starting up application it is required to have knowledge of link speed to allocate memory and for scheduling tasks to work incoming frames. In most of the cases, link speed is predefined. In short, to have more deterministic application with limited internal resources it is must in many applications to force link speed.
Thank you,
Hardik