/****************************************************************************/
/* */
/* 回调函数 获取连接状态 */
/* */
/****************************************************************************/
// 这个函数被驱动调用 不要修改函数名
void EMAC_linkStatus(unsigned int phy, unsigned int linkStatus)
{
UARTprintf("Link Status: %s on PHY %d\n",LinkStr[linkStatus],phy);
}
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: No Link on PHY 0
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
sendto error :-1
ENOBUFS
Link Status: 100Mb/s Full Duplex on PHY 0
sendto error :-1
作者: Tronlong-陈工 时间: 2018-9-27 17:36
你好,请问有直接基于我公司的例程测试是否存在此问题吗?一般基于客户更改的例程,我们这边不太会深入支持帮助测试作者: lzmonkey 时间: 2018-9-28 09:49
陈工你好,我用网盘里sysbios/Tcp_Client工程试了下也有这个现象
Tronlong DSP TMS320C6748 NDK Application ......
Using MAC Address: 00-40-0f-10-b6-80
Link Status: 100Mb/s Full Duplex on PHY 0
Network Added: 192.168.100.118
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0
Link Status: 100Mb/s Full Duplex on PHY 0 作者: Tronlong-陈工 时间: 2018-9-28 10:52
说明下你的测试环境,我公司测试此例程能够正常在动态IP和静态IP下正常获取地址,我公司的工程配置中默认使用动态获取IP地址,如果使用静态(开发板直连PC)的,请配置IP地址
陈工你好,我的连接方式和你的基本一样,开发板+交换机+pc 交换机也连了网络,自动获取ip,运行起来大部分时间都也是正常的,出现了 Link Status: 100Mb/s Full Duplex on PHY 0这种信息也不影响发送,应该只是连接情况有变化,只是某次连接变化的时候 Link Status: No Link on PHY 0出现这种信息才会发送失败,如果您那边运行这个例程的时候没有重复的出现 Link Status: 100Mb/s Full Duplex on PHY 0这个消息,我换一个交换机试一下作者: Tronlong-陈工 时间: 2018-9-28 13:48
好的,如果更换后还是无法排除原因可以致电技术支持说明情况作者: lzmonkey 时间: 2018-9-28 14:03