Hi
You can use external RAM to save internal RAM for your application... As you don't have to always access the datas, you can use a serial RAM, for example on I2C bus or on SPI bus (choose the one that is implemented on your microcontroller, you can also implement the bus in your software).
There are many references, so check your distributor, you only need a 16k SRAM so it will not be difficult to found. If you are not sure, give the name of your distributor, we will help you :smileywink:
jOJo