KL25Z linker

05 Mar 2013

If I try to put a big array into flash (18kb), I get a error.

" No space in execution regions with .ANY selector matching graphics.c.KL25Z.o(.data)." in file "/" " Sections of aggregate size 0x49e8 bytes could not fit into .ANY selector(s)." in file "/"

Where are my 128K ?

28 Jan 2014

Hi Peter,

I am using FRDM-KL25Z, trying to compile your project SPI_TFT_ILI9341. I modified the port to

SPI_TFT_ILI9341 TFT(PTD6, PTD7, PTD5, PTD4, PTA20, PTA13,"TFT"); mosi, miso, sclk, cs, reset, dc

I got same error message like yours.

any suggestion to fix this problem

thanks,

David Sun