The memory map of a microcontroller is a diagram which gives the size, type and layout of the memories that are available in the microcontroller. The information use to construct the memory map is extracted from the datasheet of the microcontroller.
The diagram below gives the memory map for the ATMega8515 AVR 8-bit Microcontroller from Atmel. The ATMega8515 microcontroller contains three(3) blocks of memory: Program Memory, EEPROM Memory and Data Memory.
Data Memory Contains:
Program Memory Contains:
EEPROM Memory Contains:
The information above was extracted from the ATMega81515 Data Sheet Summary. The full data sheet can be obtain on Atmel's website.
Notes:
AVR Tutorials hopes this tutorial on the AVR memory map was beneficial to you and looks forward to your continued visits for all your microcontroller tutorial needs.