Tool/software:
Hi Team
I am working on adding ethernet libraries and code in empty project. I have added the example of enet_cpsw_tcpclient, while running the example code, it is working fine and link is getting up. I tried to execute the same code and configurations in my empty project, the link is not getting up, it remains down. While reading these funtion EnetApp_mdioLinkStatusChange(), it shows as link is down.
==========================
CPSW LWIP TCP CLIENT
==========================
EnetAppUtils_reduceCoreMacAllocation: Reduced Mac Address Allocation for CoreId:0 From 4 To 2
Open MAC port 1
EnetPhy_bindDriver:1842
Open MAC port 2
EnetPhy_bindDriver:1842
PHY 0 is alive
PHY 3 is alive
Starting lwIP, local interface IP is dhcp-enabled
[LWIPIF_LWIP] NETIF INIT SUCCESS
Host MAC address-0 : 70:ff:76:1d:ec:f2
Host MAC address-0 : 70:ff:76:1d:ec:e3
Enet IF UP Event. Local interface IP:0.0.0.0
[LWIPIF_LWIP] Enet has been started successfully
Enet IF UP Event. Local interface IP:192.168.1.200
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Waiting for network UP ...
Please help me in resolving this issue.