Nxp semiconductors, 2 spi format with cpol=0,cpha=0 – NXP Semiconductors LPC24XX UM10237 User Manual

Page 539

Advertising
background image

UM10237_4

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

User manual

Rev. 04 — 26 August 2009

539 of 792

NXP Semiconductors

UM10237

Chapter 20: LPC24XX SSP interface SSP0/1

The CPHA control bit selects the clock edge that captures data and allows it to change
state. It has the most impact on the first bit transmitted by either allowing or not allowing a
clock transition before the first data capture edge. When the CPHA phase control bit is
LOW, data is captured on the first clock edge transition. If the CPHA clock phase control
bit is HIGH, data is captured on the second clock edge transition.

5.2.2 SPI format with CPOL=0,CPHA=0

Single and continuous transmission signal sequences for SPI format with CPOL = 0,
CPHA = 0 are shown in

Figure 20–97

.

In this configuration, during idle periods:

The CLK signal is forced LOW.

SSEL is forced HIGH.

The transmit MOSI/MISO pad is in high impedance.

If the SSP is enabled and there is valid data within the transmit FIFO, the start of
transmission is signified by the SSEL master signal being driven LOW. This causes slave
data to be enabled onto the MISO input line of the master. Master’s MOSI is enabled.

One half SCK period later, valid master data is transferred to the MOSI pin. Now that both
the master and slave data have been set, the SCK master clock pin goes HIGH after one
further half SCK period.

The data is now captured on the rising and propagated on the falling edges of the SCK
signal.

a. Single transfer with CPOL=0 and CPHA=0

b. Continuous transfer with CPOL=0 and CPHA=0

Fig 97. SPI frame format with CPOL=0 and CPHA=0 (a) Single and b) Continuous Transfer)

SCK

SSEL

MOSI

MSB

LSB

Q

MSB

LSB

4 to 16 bits

MISO

SCK

SSEL

MOSI

MISO

4 to 16 bits

4 to 16 bits

MSB

LSB

MSB

LSB

Q

MSB

LSB

Q

MSB

LSB

Advertising