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.

DP83822H: MDIO Serial Interface Issues

Part Number: DP83822H
Other Parts Discussed in Thread: USB-2-MDIO

Hi All,

I'm trying to overwrite and read some register by the MDIO interface. At the moment I can configure some of them. For example:

- Setting Bit[6] of reg 0x0017 to '0', I will read  '1';

- Setting Bit[7] of reg 0x0018 to '1', I will read '0';

- When I try to get the MII Link Status (Bit[11]) in reg 0x0019, I will be able to detect the link status in Bit[10] of reg 0x0019;

- When I try to get the Link Status (Bit[0]) in reg 0x0010, I'm not able to detect any change on this Bit; (Note: The Link Status in the BMSR register (0x0001) works properly).

I hope someone can help me to solve this problem, thanks.