Hello Champs,
Customer used c6748 starterware lwip1.3.2. The code stuck in "while" instruction of sitaraif.c when reconnecting the cable, it failed to connect again.
/**
* Handler for EMAC Transmit interrupt
*
* @param netif the lwip network interface structure for this ethernetif
* @return none
*/
void
sitaraif_tx_inthandler(struct netif *netif) {
/* Make sure that the transmission is over */
while((curr_bd->flags_pktlen & EMAC_BUF_DESC_OWNER)
== EMAC_BUF_DESC_OWNER);
}
Thanks.
Rgds
Shine