JAJSRA2A December 2022 – September 2023 AFE11612-SEP
PRODUCTION DATA
The device is entirely controlled by registers. Reading from and writing to these registers is accomplished by issuing a 24-bit operation word shown in Table 7-9.
OPERATION | I/O | BIT 23 (MSB) | BIT22:BIT16 | BIT15:BIT0 |
---|---|---|---|---|
Write | SDI | 0 (R/W) | Addr[6:0] | Data to be written |
SDO | Data are undefined | Data are undefined | Undefined or data depending on the previous frame | |
Read frame 1 | SDI | 1 (R/W) | Addr[6:0] | Don't care |
SDO | Data are undefined | Data are undefined | Undefined or data depending on the previous frame | |
Read frame 2 | SDI | 1 (R/W) | Addr[6:0] | Don't care |
SDO | Data are undefined | Data are undefined | Data for address specified in frame 1 |
Bit 23 | R/W. Indicates a read from or a write to the addressed register. | |
0 = The write operation is set and data are written to the specified register 1 = A read operation where bits Addr[6:0] select the register to be read. The remaining bits are don't care. Data read from the selected register appear on the SDO pin in the next SPI cycle. | ||
Bits[22:16] | Addr6:Addr0. Register address; specifies which register is accessed. | |
Bits[15:0] | DATA. 16-bit data bits. | |
In a write operation, these bits are written to bits[15:0] of the register with the address of (Addr[6:0]). In a read operation, these bits are determined by the previous operation. If the previous operation is a read, these bits are from bits[15:0] of the internal register specified in previous read operation. If the previous operation is a write, these data bits are don’t care (undefined). Data read from the current read operation appear on SDO in the next operation cycle. |