This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2129: region DATA is full ???

Hi, I'm trying to compile FreeRTOS using Keil and GCC (gnuarm 4.11). It took a huuuge effort to put it together somehow, but now linker writes: "region DATA is full". It don't seem to me to be true, because FreeRTOS fits into LPC2129 if I compile it with batch files using GCC without Keil.

Memory is set in .ld file like this:

MEMORY
{
  CODE (rx) : ORIGIN = 0x00000000, LENGTH = 0x0003E000
  DATA (rw) : ORIGIN = 0x40000000, LENGTH = 0x00004000
}

Is there a way to get know how is RAM actually used? What can be the problem?

Thank You, Mirek

0