In my application I'm using a MSP430, however I need to buffer 11kB of data from a UART connection. Obviously the 512B of RAM available is not enough to do this, however the MSP430 has 16kB of flash which would easily do the job.
My basic understanding of flash is that it is used for program code so I am wondering if it is possible to use flash for this purpose?
Thanks