Find the data memory size for the following AVR chips a ATme
Find the data memory size for the following AVR chips: (a) ATmega32 (b) ATmega 16 (c) ATtiny44 What is the difference between the EEPROM and data RAM space in the AVR?
Solution
ATmega32 has 32 KB programmable flash memory, static RAM of 2 KB and EEPROM of 1 KB
ATmega 16 have Flash Program Memory: 16 kbytes; EEPROM Data Memory: 512 bytes; SRAM Data Memory: 1 kbytes
ATtiny44 have Program Memory Size: 4KB (2K x 16)
