Tool/software: TI-RTOS
I use the pdkProjectCreate.bat to create a example project named EMAC_BasicExample_idkAM437x_armBiosExampleProject, It can not run properly(idkevm board , pdk_am437x_1_0_4,ccsv6.2).
It show this on the debug port:
EMAC loopback test application initialization
{
UART_printf("Link not in loopback state, return error\n");
return -1;
}
{
/* First read the BSR of the PHY */
_ENETPHY_UserAccessRead((ENETPHY_Handle) &phyDev, ENETPHY_BSR, phy_addr, &val16);
{
linkStatus = 1;
}
app_delay(100);
retries--;
}