Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: EK-TM4C1294XL
I have a TM4C1294NCPDT on a custom board that I am trying to get Ethernet working properly. When execution gets to "Waiting for Link",
//
// Wait for the link to become active.
//
UpdateStatus("Waiting for Link.");
while((MAP_EMACPHYRead(EMAC0_BASE, 0, EPHY_BMSR) &
EPHY_BMSR_LINKSTAT) == 0)
{
}
it will get stuck and not move any further. The link light on the ethernet switch link light will toggle on and off about once per second. I have attached a schematic of the microcontroller.
