Quantcast
Channel: Processors forum - Recent Threads
Viewing all articles
Browse latest Browse all 17527

OMAP-L138: StarterWare ethernet Issue

$
0
0

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


Viewing all articles
Browse latest Browse all 17527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>