SBASAX3A May 2025 – September 2025 ADS9326 , ADS9327
PRODUCTION DATA
Register write access is enabled by following the register map unlock sequence described in the Register Map Lock section. The 16-bit registers are grouped in two register banks and are addressable with an 8-bit register address. Register bank 1 is selected for read or write operation by writing 0x02 to REG_BANK_SEL in address 0x02. Registers in bank 0 are always accessible, irrespective of the REG_BANK_SEL bits. The register addresses in bank 0 are unique and are not used in register bank 1. The 24-bit data on SDI consist of an 8-bit address and 16-bit data. The data on SDI are latched on the rising edge of SCLK. The device decodes the write command on the CS rising edge and updates the specified register with 16-bit data specified in the register write operation. Figure 7-17 shows a 24-bit SPI frame for a register write and Table 7-16 describes the steps required to write a register.
| FRAME NUMBER | REGISTER | DESCRIPTION | |
|---|---|---|---|
| ADDRESS | VALUE[15:0] | ||
| 1 | 0xFE | 0xB38F | Unlocks the register map. |
| 2 | 0xFE | 0xABCD | |
| 3 | 0x02 | 0x02 | Selects register bank 1. This step is only required for register bank 1. |
| 4 | REG_ADDR | DATA | Writes user data to the desired address. Repeat this step for the required number of register writes. |
| 5 | 0xFE | 0x1234 | Locks the register map after register writes are completed. |