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.

DP83TD510E-EVM: External 4khz MDIO read command return wrong value

Part Number: DP83TD510E-EVM

Hi,

I am trying to read clause 22 register 0x02 on phy ID 0x00 (on DP83TD510EVM) . I use an external mdio bus running at 4khz from our microcontroller. The phy respond something but wrong value.

The read value of register 0x02 with USB-TO-MDIO software is 0x2000 (which is correct):

The read value of register 0x02 with mdio from our microntroller is 0x4003 (wich is wrong):

The only difference see is the frequency (370khz for USB-TO-MDIO).

So is the phy able to communicate on mdio bus with 4khz clock ? In the datasheet i saw only a max freq...

Thank you in adavnce for your help