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

EMWIN on LPC1788

Hi every one.
I'm trying to build a Emwin project for the nxp lpc1788 with keil.Im designing my own board based on Embedded artist 1788 board.
sources and headers are compiled correctly but they can not linked:

 Error: L6406E: No space in execution regions with .ANY selector matching guiconf.o(.bss).


this is my project:
drive.google.com/.../view
has any one any suggestion?
WBR.

Parents
  • Dear friends,
    I know problem is related with my RAM memory,because it is too small for my programs.My board has 128 MB SDRAM too(K4S561632C_32M_16BIT) which it's start address is 0xA0000000 in lpc1788.
    i dont know how i must define this memory to keil?I add it's source & header library files to my program but is it needed to define in the RAM1 field in the READ/WRITE AREAS ?
    WBR.

Reply
  • Dear friends,
    I know problem is related with my RAM memory,because it is too small for my programs.My board has 128 MB SDRAM too(K4S561632C_32M_16BIT) which it's start address is 0xA0000000 in lpc1788.
    i dont know how i must define this memory to keil?I add it's source & header library files to my program but is it needed to define in the RAM1 field in the READ/WRITE AREAS ?
    WBR.

Children