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 }