NXP Semiconductors
UM10858
PN7462 family HW user manual
UM10858
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2018. All rights reserved.
User manual
COMPANY PUBLIC
Rev. 1.4 — 14 May 2018
314514
249 of 345
Step 5
: Configure the I2C data to be transmitted with three APB Write Transaction at
offset address 0x00040 - 0x0004C {TX_DATA}.
1. First APB Write Transaction using write data = {BYTE4, BYTE3, BYTE2, BYTE1}
2. Second APB Write Transaction using write data = {BYTE8, BYTE7, BYTE6, BYTE5}
3. Third APB Write Transaction using write data = {XX, XX, XX, BYTE9}
Step 6
: Enable the I2C Master transmission with an APB Write Transaction using write
data 0x00000001 at offset address 0x00020 {CONTROL_REG}.
Note
: In the Example, the interrupts are not considered & targeted for the explanation of
data integrity & programming procedure for I2C transmission.
(1)
Fig 46. I2C master transmitter example
14.1.10.2 I2C master receiver example
Example with:
1. Slave address = 0x2A
2. 7 bytes to be received
3. I2C clock frequency = 1 MHz
Step 1
: Configure the I2C Master in Master Receiver mode with an APB Write
Transaction using write data 0x0000000D at offset address 0x00000 {CONFIG_REG}.