Table 9-42 lists the memory-mapped registers for the Register Bank 0 registers. All
register offset addresses not listed in Table 9-42 must be considered as reserved locations and the register contents must
not be modified.
Table 9-24 Register Map Bank 0| Address | Acronym | Bit 15 | Bit 14 | Bit 13 | Bit 12 | Bit 11 | Bit 10 | Bit 9 | Bit 8 |
|---|
| Bit 7 | Bit 6 | Bit 5 | Bit 4 | Bit 3 | Bit 2 | Bit 1 | Bit 0 |
|---|
| 0x01 | Register 01h | REG_READ_ADDR[7:0] |
| RESERVED | RESET | DATA_SEL |
| 0x02 | Register 02h | RESERVED |
| RESERVED | REG_BANK_SEL[3:0] |
| 0x03 | Register 03h | RESERVED |
| RESERVED | BANK_2_UNLOCK[3:0] |
| 0xFE | Register FEh | REG_LOCK[15:0] |
| REG_LOCK[15:0] |
Complex bit access types are encoded to fit into small table cells. Table 9-43 shows
the codes that are used for access types in this section.
Table 9-25 Register Bank 0 Access Type Codes| Access Type | Code | Description |
|---|
| Read Type |
| R | R | Read |
| Write Type |
| W | W | Write |
| Reset or Default Value |
| -n | | Value after reset or the default value |
8.1.1 Register 01h (Address = 0x01)
[Reset = 0x0000]
Return to the Summary Table.
Table 9-26 Register 01h Field Descriptions| Bit | Field | Type | Reset | Description |
|---|
| 15:8 | REG_READ_ADDR[7:0] | R/W | 00000000b | 8-bit address of the register to be read.
|
| 7:2 | RESERVED | R/W | 000000b | Reserved. Do not change from the default reset value.
|
| 1 | RESET | R/W | 0b | ADC reset control.
- 0b = Normal device operation.
- 1b = Reset ADC and all registers
|
| 0 | DATA_SEL | R/W | 0b | Select data to be launched on serial interface of the ADC.
- 0b = ADC conversion result is output.
- 1b = Register data is output on D3.
|
8.1.2 Register 02h (Address = 0x02)
[Reset = 0x0000]
Return to the Summary Table.
Table 9-27 Register 02h Field Descriptions| Bit | Field | Type | Reset | Description |
|---|
| 15:4 | RESERVED | R/W | 000000000000b | Reserved. Do not change from the default reset value.
|
| 3:0 | REG_BANK_SEL[3:0] | R/W | 0000b | Register bank selection for read and write operations.
- 0000b = Select register bank 0.
- 0010b = Select register bank 1.
- 1000b = Select register bank 2.
|
8.1.3 Register 03h (Address = 0x03)
[Reset = 0x0000]
Return to the Summary Table.
Table 9-28 Register 03h Field Descriptions| Bit | Field | Type | Reset | Description |
|---|
| 15:4 | RESERVED | R/W | 000000000000b | Reserved. Do not change from the default reset value.
|
| 3:0 | BANK_2_UNLOCK[3:0] | R/W | 0000b | Key to unlock register bank 2.
- 1011b = Unlock register bank 2.
|
8.1.4 Register FEh (Address = 0xFE)
[Reset = 0x0000]
Return to the Summary Table.
Table 9-29 Register FEh Field Descriptions| Bit | Field | Type | Reset | Description |
|---|
| 15:0 | REG_LOCK[15:0] | R/W | 0000000000000000b | Key to unlock and lock the register map. To unlock the register map, write 0xB38F followed by 0xABCD. To lock the register map, write 0x1234. |