Hi Ashwin, I've been through this before. The problem was the time wasn't enough for IP_create to complete its task. So, you might want to use the following code to proceed. do { status = nx_ip_status_check(&ip_0, NX_IP_RARP_COMPLETE, &dhcp_status, 100); } while (dhcp_status != NX_IP_RARP_COMPLETE);
↧