I'm currently working on a prototype that will load menu information, fonts,
and text strings from an external serial flash memory. I came up against the
60K barrier a few projects ago, and the reason I needed so much code space
is that I built the menu system for the 128x64 LCD display as records with
pointers in flash.
I haven't got it started yet, but I hope to load the same type of data, only
from flash, which will be initially supplied by a PC through the serial port
of the MSP430, and loaded into the flash from there. It should be easily
fast enough to supply info for the LCD display.
Mark