Othello WROTE:Hello,i wan to asking is,i using Arduino duemilanove Atmega 328,Now i facing my problem is not enough memory...try to think using SD Card Breakout Board,but it is for add mass storage and data logging,i wan add is on flash memory.so have u any suggestion to solve it???or any idea?
Will not recommend you to add SD card or external EEPROM, if you want to add flash memory for program. Can arduino load program from external source? Furthermore, adding SD card and EEPROM, your arduino will require extra program to handle the protocol and memory handling which mean consume more program memory.
If you are planning for data logging, SD or EEPROM is good choice.