Content originally posted in LPCWare by CodeRedSupport on Wed Jul 07 03:05:30 MST 2010
What part are you using? 8MB of RAM certainly sounds rather a lot!! For example an LPC1343 has 8KB of RAM.
Your 80x80 character array will consume 6KB of this - which does not leave very much space for other data, the stack and, potentially, the heap. I suggest looking at the .map file generated by the linker to see how much of your memory you are using.
If you need further help with this, I suggest posting your map file together with the linker script file(s) being used.
Regards,
CodeRedSupport