I'm working on a board with LPC1788 which have an ethernet ic (DP83848C). I have looked for some examples of DP83848's configuration,I've followed the example, and questions come out.
I can talk to dp83848c, because read_phy and write_phy really work,I can get ID from DP83848 through read_phy and write_phy, then I write BMCR with manual configuration,for instance,10M , half-duplex, then i try to get link status from BMSR or PHYSTS , It's always un linked . but the LED lamp of the PC's ethernet start to flash. and Winxp shows try to get IP.
could you there any one could help me out?