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.

DM643x EMAC MDIO link change status interrupt.

Guru 10570 points

Hello,

When I put the below setting to USERPHYSEL0 and USERPHYSEL1 regs,
I can not detect the link change status interrupt from USERPHYSEL1.
I can detect it only from USRPHYSEL0.
But, I can see that the bit1 is set to Both LINKINTRAW and LINKINTMASKED.
  USERPHYSEL0 = 1;
  USERPHYSEL0 |= BIT06;
  USERPHYSEL1 = 2;
  USERPHYSEL1 |= BIT06;

My question is:
  - It seems that the USERPHYSEL1 does not support link change status interrupt.
    Is that right?

Best regards, RY