Other Parts Discussed in Thread: EK-TM4C1294XL
Hi Team,
I have a customer who has a network problem to consult now.
MCU: tm4c129ekcpt
Use the official website instance: lwip
The board is connected to the router through the network wire, and the program is stopped in the lwIPLinkDetect function
bHaveLink = MAP_EMACPHYRead(EMAC0_BASE, PHY_PHYS_ADDR, EPHY_BMSR) &
EPHY_BMSR_LINKSTAT;
//
// Return without doing anything else if the link state hasn't changed.
//
if(bHaveLink == g_bLinkActive)
{
return;
}
BHaveLink is always 0.
What reason is happening this kind of circumstance commonly? Could you please help for this?
Thanks a lot!