Content originally posted in LPCWare by sipel_tp on Mon May 21 13:52:47 MST 2012
Quote: Zero
Just a wild guess:
emWin needs a lot of RAM :eek: A little bit more than 64 :mad: Your linker is trying to tell you that all this 64k is not enough for this project :rolleyes: Therefore a linker script is used in original sample. This linker script is including several RAM regions and 32MB SDRAM :)
Do you include this linker script in your new project?
I understand what you mean. I haven't included the linker script yet. I will try again now. Another question: I suppose that script was made for that particulary example. If I want to generate my own link script for using emWin, where can I get some info of how to do it? Thanks again