4 programming the spi registers, 1 spi mode register (spmode), Figure 38-4. spmode-spi mode register – Freescale Semiconductor MPC8260 User Manual
Page 1252: Table 38-1. spmode field descriptions (continued), Programming the spi registers -6, Spi mode register (spmode) -6, Spmode—spi mode register -6, Spmode field descriptions -6

Serial Peripheral Interface (SPI)
MPC8260 PowerQUICC II Family Reference Manual, Rev. 2
38-6
Freescale Semiconductor
mode. Gaps should be inserted between multiple characters to keep from exceeding the maximum
sustained data rate.
38.4
Programming the SPI Registers
The following sections describe the registers used in configuring and operating the SPI.
38.4.1
SPI Mode Register (SPMODE)
The SPI mode register (SPMODE), shown in
, controls both the SPI operation mode and clock
source.
describes the SPMODE fields.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Field
—
LOOP
CI
CP
DIV16
REV
M/S
EN
LEN
PM
Reset
0000_00
—
0_0000_0000
R/W
R/W
Addr
Figure 38-4. SPMODE—SPI Mode Register
Table 38-1. SPMODE Field Descriptions
Bits
Name
Description
0
—
Reserved, should be cleared.
1
LOOP Loop mode. Enables local loopback operation.
0 Normal operation.
1 Loopback mode. The transmitter output is internally connected to the receiver input. The receiver
and transmitter operate normally, except that received data is ignored.
2
CI
Clock invert. Inverts SPI clock polarity. See
and
0 The inactive state of SPICLK is low.
1 The inactive state of SPICLK is high.
3
CP
Clock phase. Selects the transfer format. See
0 SPICLK starts toggling at the middle of the data transfer.
1 SPICLK starts toggling at the beginning of the data transfer.
4
DIV16 Divide by 16. Selects the clock source for the SPI baud rate generator when configured as an SPI
master. In slave mode, SPICLK is the clock source.
0 BRGCLK is the input to the SPI BRG.
1 BRGCLK/16 is the input to the SPI BRG.
5
REV
Reverse data. Determines the receive and transmit character bit order.
0 Reverse data—lsb of the character sent and received first.
1 Normal operation—msb of the character sent and received first.
6
M/S
Master/slave. Selects master or slave mode.
0 The SPI is a slave.
1 The SPI is a master.