Motorola DSP56309 User Manual page 236

24-bit digital signal processor
Table of Contents

Advertisement

If interrupts are to be used, the signals must be selected, and interrupts must be enabled
and unmasked before the SCI can operate. The order does not matter; any one of these
three requirements for interrupts can be used to enable the SCI.
Synchronous applications usually require exact frequencies, which require that the
crystal frequency be chosen carefully. An alternative to selecting the system clock to
accommodate the SCI requirements is to provide an external clock to the SCI.
8.4.3
SCI Initialization Example
One way to initialize the SCI is described here as an example.
1. The SCI should be in its individual reset state (PCR = $0).
2. Configure the control registers (SCR, SCCR) according to the operating mode, but
do not enable either transmitter (TE = 0) or receiver (RE = 0).
It is possible to set the interrupt enable bits that would be in use during the
operation (no interrupt occurs).
3. Enable the SCI by setting the PCR bits according to which signals will be in use
during operation.
4. If transmit interrupt is not used, write data to the transmitter.
If transmitter interrupt enable is set, an interrupt is issued and the interrupt
handler should write data into the transmitter.
SCI transmit request is serviced by DMA channel if it is programmed to service
the SCI transmitter.
5. Enable transmitters (TE = 1) and receiver (RE = 1), according to usage.
Operation starts as follows:
¥ For an internally generated clock, the SCLK signal starts operation immediately
after the SCI is enabled (Step 3 above) for asynchronous modes. In synchronous
mode, the SCLK signal is active only while transmitting (gated clock).
¥ Data is received only when the receiver is enabled (RE = 1) and after the
occurrence of the SCI receive sequence on the RXD signal, as defined by the
operating mode (i.e., idle line sequence).
¥ Data is transmitted only after the transmitter is enabled (TE = 1), and after
transmitting the initialization sequence depending on the operating mode.
MOTOROLA
Serial Communication Interface (SCI)
DSP56309UM/D
Operating Modes
8-25

Advertisement

Table of Contents
loading

Table of Contents