ark5230
Advanced Member level 3
I am using 24C64 with Atmega32, the concept is borrowed from that of Data-logger from **broken link removed**.
To increase memory I wish to use 24C256 and for some trials I tried to use 24C04.
The routines for EEPROM are taken from the files from the above link i.e. 24C64.h and 24C64.c.
Now the question is that the same routines will work for 24C04 and 24C256 of different device specific files will be required if so from where to procure those? I tried searching with Atmel website.
Another question whether the address of all these EEPROM's is 0xA0 or it is different for 34C04 as it uses only two address unlike 24C64 which uses all the three address lines A0, A1 and A2.
To increase memory I wish to use 24C256 and for some trials I tried to use 24C04.
The routines for EEPROM are taken from the files from the above link i.e. 24C64.h and 24C64.c.
Now the question is that the same routines will work for 24C04 and 24C256 of different device specific files will be required if so from where to procure those? I tried searching with Atmel website.
Another question whether the address of all these EEPROM's is 0xA0 or it is different for 34C04 as it uses only two address unlike 24C64 which uses all the three address lines A0, A1 and A2.