Beyond Arduino Uno

Hi

I need more SRAM for my project and I don’t want to use Arduino Mega 2560.

Is it possible to use Arduino IDE for ATmega644 which has more SRAM than Uno and DIP type is available.

If it is possible, what are the thing that need to change.

If not possible, what are the alternative to achieve the objective.

The condition is that I want to use DIP type MCU so that I can install by myself.

Regards

Yes, you can use the 644 and also the 1284. Google the Sanguino. It has all the files you need for the 644.

Thanks. It is very helpful.

Regards