The size of compilered LWIP?
2006-06-01 by applehuu
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2006-06-01 by applehuu
I use LPC2138.I want port us/os-II and Lwip. LPC2138 has 512KB RAM,32KB ROM. Can it run?
2006-06-01 by FreeRTOS Info
If you download the FreeRTOS.org code, then compile the lwIP demo (for the SAM7X) you will be able to see how much ROM each component takes using various different optimisation options. If you compile using CrossWorks then the sizes are displayed in the project explorer, which will be a bit easier than going through the map file. The RAM usage is very dependent on the requirements of your chosen MAC and the throughput you require. These are very configuration in lwIP. You might want to also look at uIP if memory is a problem. Regards, Richard. http://www.FreeRTOS.org *Now for ARM CORTEX M3!* ----- Original Message -----
From: "applehuu" <maillist.applehuu@...> To: <lpc2000@yahoogroups.com> Sent: Thursday, June 01, 2006 12:16 PM Subject: [lpc2000] The size of compilered LWIP? >I use LPC2138.I want port us/os-II and Lwip. > LPC2138 has 512KB RAM,32KB ROM. > Can it run? > > > SPONSORED LINKS Microcontrollers Microprocessor Intel microprocessors > > > -------------------------------------------------------------------------------- > YAHOO! GROUPS LINKS > > a.. Visit your group "lpc2000" on the web. > > b.. To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > -------------------------------------------------------------------------------- > >
2006-06-01 by applehuu
Thanks.But What is SAM7X? I got the code from http://savannah.nongnu.org/projects/lwip/.
On 2006-6-1 19:37, FreeRTOS Info wrote: > If you download the FreeRTOS.org code, then compile the lwIP demo (for the > SAM7X) you will be able to see how much ROM each component takes using > various different optimisation options. If you compile using CrossWorks > then the sizes are displayed in the project explorer, which will be a bit > easier than going through the map file. > > The RAM usage is very dependent on the requirements of your chosen MAC and > the throughput you require. These are very configuration in lwIP. > > You might want to also look at uIP if memory is a problem. > > Regards, > Richard. > > http://www.FreeRTOS.org > *Now for ARM CORTEX M3!* > > > ----- Original Message ----- > From: "applehuu" <maillist.applehuu@...> > To: <lpc2000@yahoogroups.com> > Sent: Thursday, June 01, 2006 12:16 PM > Subject: [lpc2000] The size of compilered LWIP? > > > >I use LPC2138.I want port us/os-II and Lwip. > > LPC2138 has 512KB RAM,32KB ROM. > > Can it run? > > > > > > SPONSORED LINKS Microcontrollers Microprocessor Intel microprocessors > > > > > > > -------------------------------------------------------------------------------- > > YAHOO! GROUPS LINKS > > > > a.. Visit your group "lpc2000" on the web. > > > > b.. To unsubscribe from this group, send an email to: > > lpc2000-unsubscribe@yahoogroups.com > > > > c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service. > > > > > > > -------------------------------------------------------------------------------- > > > > > > > > > > SPONSORED LINKS > Microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=c-HXthtbZy4TZbI3ib0PMg> > Microprocessor > <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=ijt0SspWtjogcHCuFD0lUQ> > Intel microprocessors > <http://groups.yahoo.com/gads?t=ms&k=Intel+microprocessors&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=WOZdpklkgHbXR5quAgrl5w> > > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000>" on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ >
2006-06-01 by FreeRTOS Info
> Thanks.But What is SAM7X? http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-08,GGLG:en&q=sam7x Maybe it would be quicker to look it up than ask the question? (an ARM7 processor) http://www.FreeRTOS.org *Now for ARM CORTEX M3!*
2006-06-01 by pratik pujar
Hi everybody,
I am using LPC 214x USB stack (open source can be downloaded from https://sourceforge.net/cvs/?group_id=160384 ) on my proprietary ARM board with LPC 2148 microcontroller chip.
But I am facing problems.
When i run it , and plug in then USB LINK led lights up and when unplugged goes off.
But my linux machine is not able to detect any USB device when plugged in and on windows machine it shows "Unknown USB device attached."
When i enable debug prints then results what i found is that the device is not getting end point (EP SLOW) interrupts.
Where as at the end of main function there is continuous while loop polling for interrupt. In which it checks value of USB device Interrupt status register(0xE0090000) and accordingly call handler routines.
Am i missing with anything ? is there anything i need to do?
Please help me.
Thanks & regards,
Pratik.
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
[Non-text portions of this message have been removed]2006-06-01 by applehuu
haha! Google is the best teacher. Thanks!
On 2006-6-1 20:24, FreeRTOS Info wrote: > > Thanks.But What is SAM7X? > > http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-08,GGLG:en&q=sam7x > <http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-08,GGLG:en&q=sam7x> > > Maybe it would be quicker to look it up than ask the question? > (an ARM7 processor) > > http://www.FreeRTOS.org > *Now for ARM CORTEX M3!* > > > > > > SPONSORED LINKS > Microcontrollers > <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=c-HXthtbZy4TZbI3ib0PMg> > Microprocessor > <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=ijt0SspWtjogcHCuFD0lUQ> > Intel microprocessors > <http://groups.yahoo.com/gads?t=ms&k=Intel+microprocessors&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=WOZdpklkgHbXR5quAgrl5w> > > > > ------------------------------------------------------------------------ > YAHOO! GROUPS LINKS > > * Visit your group "lpc2000 > <http://groups.yahoo.com/group/lpc2000>" on the web. > > * To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe> > > * Your use of Yahoo! Groups is subject to the Yahoo! Terms of > Service <http://docs.yahoo.com/info/terms/>. > > > ------------------------------------------------------------------------ >
2006-06-01 by pratik pujar
Hi ,
Sorry that link for open source was wrong so making a correction
It is (LPC -214x USB Stack)
https://sourceforge.net/projects/lpcusb
Thanks & regards,
Pratik.
pratik pujar <pratikpujar@...> wrote: Hi everybody,
I am using LPC 214x USB stack (open source can be downloaded from https://sourceforge.net/cvs/?group_id=160384 ) on my proprietary ARM board with LPC 2148 microcontroller chip.
But I am facing problems.
When i run it , and plug in then USB LINK led lights up and when unplugged goes off.
But my linux machine is not able to detect any USB device when plugged in and on windows machine it shows "Unknown USB device attached."
When i enable debug prints then results what i found is that the device is not getting end point (EP SLOW) interrupts.
Where as at the end of main function there is continuous while loop polling for interrupt. In which it checks value of USB device Interrupt status register(0xE0090000) and accordingly call handler routines.
Am i missing with anything ? is there anything i need to do?
Please help me.
Thanks & regards,
Pratik.
---------------------------------
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
[Non-text portions of this message have been removed]
SPONSORED LINKS
Microcontrollers Microprocessor Intel microprocessors
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "lpc2000" on the web.
To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1¢/min.
[Non-text portions of this message have been removed]