Part Number:OMAP-L138
Hi,
I try to run an example of enet_echo from OMAPL138_StarterWare_1_10_04_01 \ examples \ lcdkOMAPL138 on ARM core. But it doesn't work.
If I use STATIC_IP_ADDRESS, the client on the host machine can't connect to the board. If I set 0 to STATIC_IP_ADDRESS it will never get dynamic IP address.
if(ipMode != IPADDR_USE_STATIC) { /* wait till the dynamic IP address is properly assigned */ state = &(sitaraNetIF[instNum].dhcp->state); while((*state != DHCP_BOUND) && (cnt--)); if(0 == cnt) { return 0; } }
Advice me please, what I need for run this example.
Best regards,
Andrey