Discussion group dedicated to the Philips LPC2000 family of ARM MCUs
|
Hi, I know that eCos works on the LPC2106, with 64Kb ram and 128Kb flash. Does eCos work on the LPC2104, given that it only has 16Kb of ram? We would need a JFFS2 file system to external flash. |
|
|
|
Hi Shane, Check out www.ecoscentric.com. I know that they are working on a range of LPC2000 ports Hugh @ www.ashling.com/support/lpc2000/ -----Original Message----- From: smt5211 [mailto:] Sent: 07 October 2004 02:41 To: Subject: [lpc2000] Does eCos work on the LPC2104 ? Hi, I know that eCos works on the LPC2106, with 64Kb ram and 128Kb flash. Does eCos work on the LPC2104, given that it only has 16Kb of ram? We would need a JFFS2 file system to external flash. Yahoo! Groups Sponsor ADVERTISEMENT <http://us.ard.yahoo.com/SIG=1290646qn/M=295196.4901138.6071305.3001176/D=gr oups/S=1706554205:HM/EXP=1097199698/A=2128215/R=0/SIG=10se96mf6/*http://comp anion.yahoo.com> click here <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S= :HM/A=2128215/rand=685437008 _____ > . [Non-text portions of this message have been removed] |
|
--- In , "smt5211" <shane@d...> wrote: > > Hi, > > I know that eCos works on the LPC2106, with 64Kb ram and 128Kb > flash. Does eCos work on the LPC2104, given that it only has 16Kb of > ram? We would need a JFFS2 file system to external flash. Hello, You will be able to work with eCos on LPC2104, but it is far from an ideal sollution. You have to make restictions for thread stack sizes, make a minimal configuration and you won't be able to use more than 2 or 3 threads. For an example my simple application that using 2 threads with 2048byte stack size (and of course with stack for idle thread, and separate stack for ITs) uses about 20k of RAM so you should make resticions for stack sizes above. I'm not familiar with the JFFS2 file sytem so I'm unable to say something about its resource requiments. Balazs |