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

LPC214x's BSP for RTEMS [Success!]



I'm an idiot.  You can't overlap the heap with the workspace.  That's
bad.  If you keep them separate, you're good to go.  I have Hello
running on an Olimex LPC2148 prototyping board.  Ticker is too large
(data seg plus workspace exceeds 32k).  Next I'll have to see whether
I can shrink things down even further, because even Hello uses up
almost all the RAM.

Thanks to Joel & Ray for their help!