[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LPC214x's BSP for RTEMS [Success!]
- Date: Tue, 19 Jun 2007 14:34:49 -0700
- From: dhm at mersenne.com (dave madden)
- Subject: LPC214x's BSP for RTEMS [Success!]
>>>>> "JS" == Joel Sherrill <joel.sherrill at oarcorp.com> writes:
JS> You can also break at Init and see how much memory is left in
JS> the heap and Workspace. The RTEMS GDB macros should have this
JS> capability. confdefs.h leans to minimum but it still may be a
JS> bit conservative.
My notes are at home, but IIRC there was about 7K available after the
data segment, executive stacks and workspace (for Hello). Ticker went
over 32k just for the data seg, stacks and workspace.
JS> Are you compiling with -Os?
No, but will try next time.
JS> Ray has mentioned that adding the missing thumb support in
JS> score/cpu/arm and compiling with Thumb will probably shrink
JS> some also.
Actually, the 2148 has 512K of Flash, so the problem is not code
size. There's just not enough RAM...
d.