- This topic has 1 reply, 2 voices, and was last updated 12 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › difference between atmega16 and atmega32
have both mega16 and mega32 same internal architecture?
i am working on atmega16. the codes which are written for atmega16, will work on atmega32?
reply.
there are following difference b/w both controller.
1. atmega16 have 16kb flash memory and atmega32 have 32kb
2. atmega16 have 1kb sram and atmega32 have 2kb
3. atmega16 have 512byte eeprom and atmega32 have 1kb
4. In the MCUCR Register, the SM2 and SE bits are swapped, i.e., SM2 is bit 7 and SE is bit 6.
5. the interrupt priority table are quite change.e.g TIMER2 COMP have 4th position in table of atmega16 but it stand at 5th position for atmega32. and INT2 is at 4 position for atmega32.
other peripherals are quite same.