HI, I am trying to run the LWIP ethernet demo on a custom AM3359 board which is a clone of the AM3359 ICE board with a copy of the IA-EVM Ethernet circuit added using the same TLK110. As far as I can see, the TLK110 circuit is identical to the IA-EVM reference schematic for the TLK110. I can run the SysBios Lwip http demo OK on the IA-EVM. But if I take the same working project and try to run it on the custom board, it locks up in the function MDIOPhyRegRead polling the MDIO_USERACCESS0 register for MDIO_USERACCESS0_GO, which is never true. I can see the 25MHz clock ok on the TLK110 output pin.
I am wondering what areas I should look at?