Im running out of memory using a uno, ram is not a problem.
Any solutions please. Bigger amtel obviously but wondering if there is a better solution.
I dont feel external memory is a practical solution.
Would another processor family solution be a good idea ?
So... what are you doing that is using all the memory? Are you SURE you really need more memory, or could your code be improved to not need so much? Care to post your code? We might be able to suggest some improvements that will cut down on your memory usage.
I like 1284P boards, 128K Flash, 16K SRAM, plenty of resources.
So much so that I offer duemilanove style boards as kits or assembled boards.
Core files & pins_arduino.h are about halfway down the page.
Have been a couple of long topics in the forum the last several days on updated files, I should be updating my webpage for those pretty soon. http://www.crossroadsfencing.com/BobuinoRev17/
Any possibility of moving a stable and well-defined part of the sketch/hardware functionality to a second chip, e.g. Tiny84/85, even a second Mega328? The two chips could then communicate by serial or i2c.