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