lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LWIP newbie


From: Chris Strahm
Subject: Re: [lwip-users] LWIP newbie
Date: Fri, 12 Feb 2010 02:40:19 -0800

>> Oh sorry, by the way I am using UC3A0512 device with freeRTOS and LWIP 1.3.2
>> Any pointers would help!
If you're not too far into your project, I would suggest taking a look at an NXP LPC23xx/24xx MCU.  If you are interested in Enet performance, those ARM7 parts have more speed and RAM than what you are using, and RAM for buffer space for Enet is very important.  The UC3A0512 only has 64k RAM.  You can easily burn up half that RAM just on buffers and such for Enet.  I wouldn't do any serious Enet work without at least 96K for RAM, and having more is certainly a help.
 
FreeRTOS is fine, and I would also suggest you use lwIP in RAW mode.
 
Chris.
 

reply via email to

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