Dear friends, I have a problem with HTTP_demo example with AT91SAM7X. when there is not any Ethernet connection, so it takes so long time about 48 seconds to pass the init_TcpNet() function.
init (); init_TcpNet (); LEDrun = __TRUE; dhcp_tout = DHCP_TOUT; while (1) { timer_poll (); main_TcpNet (); dhcp_check (); blink_led ();
what should I do for solving this problem? I need to reduce this time below 5 seconds.