lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Problem with do_writemore() + LWIP for AVR32


From: address@hidden
Subject: Re: [lwip-users] Problem with do_writemore() + LWIP for AVR32
Date: Wed, 09 Dec 2009 06:57:05 +0100
User-agent: Thunderbird 2.0.0.23 (Macintosh/20090812)

patelbaroda wrote:
I have one thread for web server, that call "netconn_write" function. The
other thread is from ethernetif.c that handles the MACB input packets. The
TCPIP thread is handling TCPIP process as defined
sys_thread_new(TCPIP_THREAD_NAME, tcpip_thread, NULL,
TCPIP_THREAD_STACKSIZE, TCPIP_THREAD_PRIO); (FreeRTOS)

Those lwip core functions are called from these two threads. Now I don't
understand, how I can combine these threads and make one.
Could you tell us the code line where you call 'netif_add()'? Then I might tell you what to do.

Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]