Nations Technologies Inc.
Tel
:
+86-755-86309900
:
Address: Nations Tower, #109 Baoshen Road, Hi-tech Park North.
Nanshan District, Shenzhen, 518057, P.R.China
446
/
631
Bit field
Name
Description
7:1
ADDR[7:1]
Interface address
7~1 bits of the address.
0
ADDR0
Interface address
0 bit of the address.
Note: don't care these bits in 7-bit address mode
I2C Own address register 2 (I2C_OADDR2)
Address offset: 0x0C
Reset value: 0x0000
Bit field
Name
Description
15:8
Reserved
Reserved, the reset value must be maintained.
7:1
ADDR2[7:1]
Interface address
7~1 bits of address in dual address mode.
0
DUALEN
Dual addressing mode enable
0: Disable dual address mode, only OADDR1 is recognized;
1: Enable dual address mode, both OADDR1 and OADDR2 are recognized.
Note: Valid only for 7-bit address mode
I2C Data register (I2C_DAT)
Address offset: 0x10
Reset value: 0x0000
Bit field
Name
Description
15:8
Reserved
Reserved, the reset value must be maintained.
7:0
DATA[7:0]
8-bit data register
Send or receive data buffer.
Note: In the slave mode, the address will not be copied into the data register;
Note: if
I2C_STS1.
TXDATE =0, data can still be written into the data register;
Note: If the ARLOST event occurs when processing the ACK pulse, the received byte will not be
copied into the data register, so it cannot be read.