memory type suitable for database

Thread Starter

sanjayyadav

Joined Jul 30, 2012
4
i want to maintain a database of a no. of users in the memory provided by Atmega128. shall i use a
inbuilt EEPROM or flash.can anyone suggest the best possible approach to be used for the same? plz help:confused:
 

kubeek

Joined Sep 20, 2005
5,796
EEprom has very little write endurance, and the inner flash isn't much better. How much data do you need to write and how often? I would use some external flash, probably spi.
 
Top