Content originally posted in LPCWare by Wouter on Fri Feb 15 00:53:00 MST 2013
Hi Cusko,
Most performance issues with the LPC1800/4300 are due to not optimal code placement. Execution from interal RAM is the fastest followed by internal Flash, then SPIFI memory. As you have an external RAM device for your framebuffer, the EMC is already very occupied.
So, for best performance, be sure to use either internal RAM, internal Flash or SPIFI and avoid external parallel memory for code execution.
Verify the core/EMC are running at maximum possible speed, and if your using SPIFI, ensure it uses 4 bit mode and verify the clock of the SPIFI.
Regards,
Wouter