2.1.2 EEPROM
The EEPROM is a
separate section similar to the Flash Application Data section, with the following
differences:
- Starts at memory address 0x1400.
- Page size is half of a Flash page size.
- Code cannot be executed from EEPROM.
- Supports single byte read and write. Only the values written to the page buffer for that address location will be erased/written.
- Same write commands as Flash, but a different Status bit in NVMCTRL.STATUS.