C Controller Transfers - Motorola MPC8260 PowerQUICC II User Manual

Motorola processor users manual
Table of Contents

Advertisement

2
When the I
C controller is master, the SCL clock output, taken directly from the I
shifts receive data in and transmit data out through SDA. The transmitter arbitrates for the
bus during transmission and aborts if it loses arbitration. When the I
the SCL clock input shifts data in and out through SDA. The SCL frequency can range from
DC to BRGCLK/48.
34.3 I

C Controller Transfers

2
To initiate a transfer, the master I
2
request to an I
C slave. The Þrst byte of the message consists of a 7-bit slave port address
and a R/W request bit. Note that because the R/W request follows the slave port address in
2
the I
C bus speciÞcation, the R/W request bit must be placed in the lsb (bit 7) unless
operating in reverse data mode; see Section 34.4.1, ÒI2C Mode Register (I2MOD).Ó
To write to a slave, the master sends a write request (R/W = 0) along with either the target
slaveÕs address or a general call (broadcast) address of all zeros, followed by the data to be
written. To read from a slave, the master sends a read request (R/W = 1) and the target
slaveÕs address. When the target slave acknowledges the read request, the transfer direction
is reversed, and the master receives the slaveÕs transmit buffer(s). If the receiver (master or
slave) does not acknowledge each byte transfer in the ninth bit frame, the transmitter signals
a transmission error event (I2ER[TXE]). An I
Figure 34-3.
SCL
SDA
Select master or slave mode for the controller using the I
S]). Set the masterÕs start bit, I2COM[STR], to begin a transfer; setting a slaveÕs
I2COM[STR] activates the slave to wait for a transfer request from a master.
If a master or slave transmitterÕs current TxBD[L] is set, transmission stops once the buffer
is sent; that is, I2COM[STR] must be set again to reactivate transfers. If TxBD[L] is zero,
once the current buffer is sent, the controller begins processing the next TxBD without
waiting for I2COM[STR] to be set again.
The following sections further detail the transfer process.
MOTOROLA
2
C controller sends a message specifying a read or write
Start Condition
1 2 3
4 5 6
Data Byte
2
Figure 34-3. I
C Transfer Timing
Chapter 34. I2C Controller
Part IV. Communications Processor Module
2
C controller is a slave,
2
C transfer timing diagram is shown in
Stop Condition
7 8 9
A
C
K
2
C command register (I2COM[M/
2
C BRG,
34-3

Advertisement

Table of Contents
loading

Table of Contents