lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] tcp_write() errors on snd_queuelen


From: Andrew Foster
Subject: Re: [lwip-users] tcp_write() errors on snd_queuelen
Date: Wed, 16 Mar 2011 11:16:38 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101209 Fedora/3.1.7-0.35.b3pre.fc14 Lightning/1.0b3pre Thunderbird/3.1.7

Tim,

Sorry for jumping in on this late in the thread. I've used the TI Port(1.3.2) a couple of times on different projects. Typically, I've used it in conjunction with FreeRTOS. One thing to be mindful of is making sure you have SYS_ARCH_PROTECT defined correctly.

stellarisif_output and stellarisif_transmit must be ran in critical sections with both the PBUF structure and the ETH TX FIFO protected. Otherwise, the stellarisif_interrupt can come in and modify the PBUF chain.

Again, I apologize if I'm stating the obvious here or things you've already ruled out. I wasn't able to find the original post.

Andrew

On 03/16/2011 10:34 AM, Simon Goldschmidt wrote:
Tim Lambrix<address@hidden>  wrote:
I am using a TI Cortex-M3
Stellaris port of the lwip code.
Can you post the link to the download of the TI port? That would help me speed 
up the task of having a look at their code...

Simon



reply via email to

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