![Texas Instruments SimpleLink Ethernet MSP432E401Y Скачать руководство пользователя страница 573](http://html1.mh-extra.com/html/texas-instruments/simplelink-ethernet-msp432e401y/simplelink-ethernet-msp432e401y_technical-reference-manual_1095578573.webp)
EEPROM Registers
573
SLAU723A – October 2017 – Revised October 2018
Copyright © 2017–2018, Texas Instruments Incorporated
Internal Memory
7.4.2 EEBLOCK Register (Offset = 0x4) [reset = 0x0]
EEPROM Current Block (EEBLOCK)
The EEBLOCK register is used to select the EEPROM block for subsequent reads, writes, and protection
control. The value is a page offset into the EEPROM, such that the first block is 0, then second block is 1,
etc. Each block contains 16 words. Attempts to set an invalid block causes the BLOCK field to be
configured to 0. To verify that the intended block is being accessed, software can read the BLOCK field
after it has been written. An invalid block can be either a non-existent block or a block that has been
hidden using the EEHIDE register. Note that block 0 cannot be hidden.
EEBLOCK is shown in
and described in
.
Return to
Figure 7-26. EEBLOCK 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
RESERVED
BLOCK
R-0x0
R/W-0x0
Table 7-27. EEBLOCK Register Field Descriptions
Bit
Field
Type
Reset
Description
31-16
RESERVED
R
0x0
15-0
BLOCK
R/W
0x0
Current Block
This field specifies the block in the EEPROM that is selected for
subsequent accesses.
Once this field is configured, the read-write registers operate against
the specified block, using the EEOFFSET register to select the word
within the block.
Additionally, the protection and unlock registers are used for the
selected block.
The maximum value that can be written into this register is
determined by the block count, as indicated by the EESIZE register.
Attempts to write this field larger than the maximum number of
blocks or to a locked block causes this field to be configured to 0.