English
Language : 

PXD20RM Datasheet, PDF (317/1628 Pages) Freescale Semiconductor, Inc – PXD20 Microcontroller
10.9.4.1 Baud Rate Generator
The baud rate is the frequency of the serial communication clock (SCK_x). The system clock is divided
by a baud rate prescaler (defined by DSPIx_CTAR[PBR]) and baud rate scaler (defined by
DSPIx_CTAR[BR]) to produce SCK_x with the possibility of doubling the baud rate. The DBR, PBR, and
BR fields in the DSPIx_CTARs select the frequency of SCK_x using the following formula:
SCK baud rate
=
-----------------------f--S----Y----S-------------------------
PBRPrescalerValue

-----------1-----+-----D-----B----R--------------
BRScalerValue
Table 10-19 shows an example of a computed baud rate.
Table 10-19. Baud Rate Computation Example
fSYS
PBR
100 MHz
20 MHz
0b00
0b00
Prescaler
Value
2
2
BR
0b0000
0b0000
Scaler
Value
2
2
DBR
Value
0
1
Baud Rate
25 Mb/sec
10 Mb/sec
10.9.4.2 CS to SCK Delay (tCSC)
The CS_x to SCK_x delay is the length of time from assertion of the CS_x signal to the first SCK_x edge.
Refer to Figure 10-14 for an illustration of the CS_x to SCK_x delay. The PCSSCK and CSSCK fields in
the DSPIx_CTARn registers select the CS_x to SCK_x delay, and the relationship is expressed by the
following formula:
tCSC =
1  PCSSCK  CSSCK
fSYS
Table 10-20 shows an example of the computed CS to SCK_x delay.
Table 10-20. CS to SCK Delay Computation Example
PCSSCK
0b01
Prescaler
Value
3
CSSCK
0b0100
Scaler
Value
32
fSYS
100 MHz
CS to SCK Delay
0.96 s
10.9.4.3 After SCK Delay (tASC)
The after SCK_x delay is the length of time between the last edge of SCK_x and the negation of CS_x.
Refer to Figure 10-14 and Figure 10-15 for illustrations of the after SCK_x delay. The PASC and ASC
fields in the DSPIx_CTARn registers select the after SCK delay. The relationship between these variables
is given in the following formula:
tASC =
1
 PASC
fSYS
 ASC
Table 10-21 shows an example of the computed after SCK delay.
Freescale Semiconductor
PXD20 Microcontroller Reference Manual, Rev. 1
Preliminary—Subject to Change Without Notice
10-31