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