MEMTYPE_APPL_FLASH | RW | R | |
MEMTYPE_BOOT_FLASH | RW | R | |
MEMTYPE_APPL_FLASH_ATOMIC | W | - | Used to write a full FLASH page in the application section in programming mode The page is automatically erased before writing Address is from base 0x000000, provided that APPL_BASE_ADDR is configured correctly (the section called “Device context: AVR XMEGA targets”). Writes are restricted to full pages only.
|
MEMTYPE_BOOT_FLASH_ATOMIC | W | - | Used to write a full FLASH page in the boot section in programming mode The page is automatically erased before writing Address is from base 0x000000, provided that BOOT_BASE_ADDR is configured correctly (the section called “Device context: AVR XMEGA targets”). Writes are restricted to full pages only.
|
MEMTYPE_EEPROM_ATOMIC | W | W | Used to write a full EEPROM page in programming or debugging mode The page is automatically erased before writing Address is from base 0x000000, provided that EEPROM_BASE_ADDR is configured correctly (the section called “Device context: AVR XMEGA targets”). Writes are restricted to full pages only.
|
MEMTYPE_EEPROM | RW | RW | |
MEMTYPE_FUSES | RW | - | |
MEMTYPE_LOCK_BITS | RW | R | |
MEMTYPE_SIGNATURE | R | R | |
MEMTYPE_USER_SIGNATURE | RW | RW | |
MEMTYPE_CALIBRATION_SIGNATURE | R | R | |
MEMTYPE_REGFILE | - | RW | Used to read/write the general purpose registers in debugging mode Address is from base 0x00 Any number of bytes can be accessed
|
MEMTYPE_SRAM | - | RW | |