EEPROM Registers
575
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Internal Memory
7.4.4 EERDWR Register (Offset = 0x10) [reset = X]
EEPROM Read-Write (EERDWR)
The EERDWR register is used to read or write the EEPROM word at the address pointed to by the
EEBLOCK and EEOFFSET registers. If the protection or access rules do not permit access, the operation
is handled as follows: if reading is not allowed, the value 0xFFFFFFFF is returned in all cases; if writing is
not allowed, the EEDONE register is configured to indicate an error.
NOTE:
A read of the EERDWR register during the EEPROM initialization sequence is only valid
when the WORKING bit is 0 in EEDONE register.
EERDWR is shown in
and described in
.
Return to
Figure 7-28. EERDWR Register
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
VALUE
R/W-X
Table 7-29. EERDWR Register Field Descriptions
Bit
Field
Type
Reset
Description
31-0
VALUE
R/W
X
EEPROM Read or Write Data
On a read, this field contains the value at the word pointed to by
EEOFFSET.
On a write, this field contains the data to be stored at the word
pointed to by EEOFFSET.
For writes, configuring this field starts the write process.
If protection and access rules do not permit reads, all 1s are
returned.
If protection and access rules do not permit writes, the write fails and
the EEDONE register indicates failure.