Skip to main content
Visitor II
May 8, 2007
Question

what is the address of PHY(STE100P)?

  • May 8, 2007
  • 6 replies
  • 997 views
Posted on May 08, 2007 at 07:11

what is the address of PHY(STE100P)?

    This topic has been closed for replies.

    6 replies

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    Hi Sunshan

    The address is defined on the pins MF0..MF4 at reset. These are read into the PAD register.

    Eg. If you have an IAR evaluation board (STR912_SK) it is 0x17

    If you have the REva_DAUGHTER board it is 0x15.

    Note: I haven't actually programmed these boards but I have prepared to do it. Therefore it is not 100% guarantied.

    Regards

    Mark Butcher

    www.uTasker.com

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    Hi,how can I define the address of the PHY(STE100P)?what is the function of the PAD[4:0]?but there is not the PAD[4:0] pins,the MAC controler is STR912X.

    Best Regards

    sunshan

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    Thank you!I will confirm the address of the PHY.There is few information in the STE100P datasheet .

    Best regards!

    sunshan

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    Hi mjbcswitzerland.In the code of Ethernet Library,the function Ethernet_Init() define the address of PHY is 0x00.but the data which I read from PR20-XMC is 0xaa(PAD4:0 10101).when I think the address of the PHY is 0x00,I also can read ID of PHY(STE100P)and the ID is right.So what I wonder is that what is the address of PHY ,how to define ?In my evaluation board the Mf4:0 is 10111.I appreciate your help.

    Best Regards

    sunshan

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    Hi sunshan

    I have just started working with teh PHY and have also found that it responds to address 0x00. I have started a new thread about the subject. If I can find any more details I will follow up there.

    Regards

    Mark

    http://www.uTasker.com

    Visitor II
    May 17, 2011
    Posted on May 17, 2011 at 09:39

    hi mjbcswitzerland

    The address is defined on the pins PAD[4:0].but I found that the address of PHY is 0x00 or the PAD[4:0].both of them is right.I don't understand why.