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.
Found that original thread
http://www.keil.com/forum/18234/
How do you solve this? Please help me.
I just don't understand why others don't complain about this with the keil TCP stack. I found a thread on this forum a year ago when it was bad for us. The thread solution was great and fixed the situation really well.
View all questions in Keil forum