![NXP Semiconductors SAFE ASSURE Qorivva MPC5601P Reference Manual Download Page 471](http://html.mh-extra.com/html/nxp-semiconductors/safe-assure-qorivva-mpc5601p/safe-assure-qorivva-mpc5601p_reference-manual_1721898471.webp)
Chapter 20 Deserial Serial Peripheral Interface (DSPI)
MPC5602P Microcontroller Reference Manual, Rev. 4
Freescale Semiconductor
471
20.8.5.2
Classic SPI transfer format (CPHA = 1)
is used to communicate with peripheral SPI slave devices that
require the first SCK_
x
edge before the first data bit becomes available on the slave SOUT_
x
pin. In this
format the master and slave devices change the data on their SOUT_
x
pins on the odd-numbered SCK_
x
edges and sample the data on their SIN_
x
pins on the even-numbered SCK_
x
edges.
Figure 20-17. DSPI transfer timing diagram (MTFE = 0, CPHA = 1, FMSZ = 8)
The master initiates the transfer by asserting the CS
x
signal to the slave. After the
t
CSC
delay has elapsed,
the master generates the first SCK_
x
edge and at the same time places valid data on the master SOUT_
x
pin. The slave responds to the first SCK_
x
edge by placing its first data bit on its slave SOUT_
x
pin.
At the second edge of the SCK_
x
the master and slave sample their SIN_
x
pins. For the rest of the frame
the master and the slave change the data on their SOUT_
x
pins on the odd-numbered clock edges and
sample their SIN_
x
pins on the even-numbered clock edges. After the last clock edge occurs a delay of
t
ASC
is inserted before the master negates the CS
x
signal. A delay of t
DT
is inserted before a new frame
transfer can be initiated by the master.
For CPHA = 1 the master EOQF and TCF and slave TCF are set at the last serial clock edge (edge 16) of
. For CPHA = 1 the master and slave RXCTR counters are updated on the same clock edge.
Slave (CPHA = 1): TCF is set and RXCTR counter is updated at
last SCK edge of frame (edge 16)
SCK
1
2
3
4
5
6
7
8
9
10 11 12 13 14 15
(CPOL = 0)
PCSx / SS
t
ASC
SCK
(CPOL = 1)
Master and slave
sample
Master SOUT/
Slave SIN
Master SIN/
Slave SOUT
Bit 6
Bit 1
Bit 5
Bit 2
Bit 4
Bit 3
Bit 3
Bit 4
Bit 2
Bit 5
Bit 1
Bit 6
LSB
MSB
MSB
LSB
t
DT
t
CSC
MSB first (LSBFE = 0):
LSB first (LSBFE = 1):
t
CSC
= CS to SCK delay.
t
ASC
= After SCK delay.
t
DT
= Delay after transfer (minimum CS negation time).
Master (CPHA = 1): TCF and EOQF are set and RXCTR counter
is updated at last SCK edge of frame (edge 16)
16