8.2 Memory Map
The figure below shows the memory map for the AVR64DB28/32/48/64 . Refer to the subsequent sections and the Peripheral Address Map table for further details.
- Data space (also referred to as CPU Data space) is the portion of the memory that contains the I/O registers, SRAM, EEPROM, fuses and special registers. The mapped flash will always be located at the last 32 KB of the Data space.
 - Code space is the entire flash memory available for user code. The size of the Code space will change according to the flash size of the device.
 - Mapped flash in the Data space starts at address 
0x8000and is accessed by using theLDandSTinstructions. - Flash in the Code space starts at address 
0x00000and is accessed by using theLPMandSPMinstructions. - The SECTION0 - 3 markings of the Code space refers to the FLMAP bit field of the NVMCTRL.CTRLB register.
 
