As my ethernet jack has 2 leds, I am trying to get them to work.
I have seen that the PHY has 2 led outputs that are connected to P1_26 and P1_26 respectively. But when I connect a DigitalIn to those pins I don't see any values showing up there. What am I missing here?
I know I could use the link function, but my goal would be to make the led settings interrupt driven... How do I go about reading the link speed/duplex settings?
My second question is about the code of the network stack. I don't seem to be able to find how the PHY is programmed there. Is this part of the MBED BIOS?
Louis
As my ethernet jack has 2 leds, I am trying to get them to work.
I have seen that the PHY has 2 led outputs that are connected to P1_26 and P1_26 respectively. But when I connect a DigitalIn to those pins I don't see any values showing up there. What am I missing here?
I know I could use the link function, but my goal would be to make the led settings interrupt driven... How do I go about reading the link speed/duplex settings?
My second question is about the code of the network stack. I don't seem to be able to find how the PHY is programmed there. Is this part of the MBED BIOS?
Louis