10 slave transmitter states – NXP Semiconductors LPC24XX UM10237 User Manual

Page 609

Advertising
background image

UM10237_4

© NXP B.V. 2009. All rights reserved.

User manual

Rev. 04 — 26 August 2009

609 of 792

NXP Semiconductors

UM10237

Chapter 22: LPC24XX I

2

C interfaces I

2

C0/1/2

1. Write 0x04 to I2CONSET to set the AA bit.

2. Write 0x08 to I2CONCLR to clear the SI flag.

3. Exit

10.10 Slave Transmitter States

10.10.1 State : 0xA8

Own Slave Address + Read has been received, ACK has been returned. Data will be
transmitted, ACK bit will be received.

1. Load I2DAT from Slave Transmit buffer with first data byte.

2. Write 0x04 to I2CONSET to set the AA bit.

3. Write 0x08 to I2CONCLR to clear the SI flag.

4. Set up Slave Transmit mode data buffer.

5. Increment Slave Transmit buffer pointer.

6. Exit

10.10.2 State : 0xB0

Arbitration lost in Slave Address and R/W bit as bus Master. Own Slave Address + Read
has been received, ACK has been returned. Data will be transmitted, ACK bit will be
received. STA is set to restart Master mode after the bus is free again.

1. Load I2DAT from Slave Transmit buffer with first data byte.

2. Write 0x24 to I2CONSET to set the STA and AA bits.

3. Write 0x08 to I2CONCLR to clear the SI flag.

4. Set up Slave Transmit mode data buffer.

5. Increment Slave Transmit buffer pointer.

6. Exit

10.10.3 State : 0xB8

Data has been transmitted, ACK has been received. Data will be transmitted, ACK bit will
be received.

1. Load I2DAT from Slave Transmit buffer with data byte.

2. Write 0x04 to I2CONSET to set the AA bit.

3. Write 0x08 to I2CONCLR to clear the SI flag.

4. Increment Slave Transmit buffer pointer.

5. Exit

10.10.4 State : 0xC0

Data has been transmitted, NOT ACK has been received. Not addressed Slave mode is
entered.

1. Write 0x04 to I2CONSET to set the AA bit.

2. Write 0x08 to I2CONCLR to clear the SI flag.

Advertising