We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.