Tool/software: TI-RTOS
Hi,
I have modified tcpEcho project of TM4C1294-XL sample code to work for my board which has TM4C1292NCPDT controller and External Ethernet Switch- KSZ8463FML connected through MII interface.
I have configured the Ethernet Switch using SPI interface to work in 100-FX mode, Full duplex and Auto negotiation disabled before Board_initEmac() function is called. and i also modified the code in EMACSnow.c file to configure external PHY and updating the Link status.
Now everything works perfectly as described in tcpEcho readme.txt file while programming the controller at fisrt time through CCS debugger and Run. and ping command also working perfectly in this case.
But if reboot or dynamically change the link, its not working. Ping command response says " Destination is unreachable ". we can also able to observe the link status change in CCS console window while link status is changing by adding System_printf().
i have attached the code here.
Can you please suggest what could be the issue?
Regards
Bala