49
Chapter 9 Serial Communication Interface SCI

Chapter 9 Serial Communication Interface SCI

  • Upload
    cruz

  • View
    131

  • Download
    3

Embed Size (px)

DESCRIPTION

Chapter 9 Serial Communication Interface  SCI. Why Serial Communication?. Parallel data transfer requires many I/O pins. This requirement prevents the microcontroller from interfacing with as many devices as desired in the application. - PowerPoint PPT Presentation

Citation preview

Page 1: Chapter 9 Serial Communication Interface   SCI

Chapter 9

Serial Communication Interface SCI

Page 2: Chapter 9 Serial Communication Interface   SCI

Why Serial Communication?

• Parallel data transfer requires many I/O pins. This requirement prevents the microcontroller from interfacing with as many devices as desired in the application.

• Many I/O devices do not have high data rate to justify the use of parallel data transfer.

• Data synchronization for parallel transfer is difficult to achieve over a long distance. This requirement is one of the reasons that data communications are always using serial transfer.

• Consider cost.

Page 3: Chapter 9 Serial Communication Interface   SCI

What is SCI?

• An interface designed to transfer data only in asynchronous mode that utilizes the EIA-232 standard.

Page 4: Chapter 9 Serial Communication Interface   SCI

DTE DTEDCE DCE

Computeror terminal

Computeror terminal

Modem Modem

Communication link

Figure 9.0 A data communication system

Asynchronous Serial Data Communication• It is often used for data communication between a DTE and a DCE

with or without a modem.• DTE stands for data terminal equipment and can be either a computer

or a terminal.• DCE stands for data communication equipment. A modem is a DCE.• A basic data communication link is shown.

• There are three kinds of data communication links:– Simplex link– Half-duplex link– Full-duplex link

Page 5: Chapter 9 Serial Communication Interface   SCI

(a) Point-to-point Station Station

Master

Slave 1 Slave 2 Slave n......

(b) Multi-drop

Figure 9P.2 Point-to-point and multi-drop communication links

Types of Communication Link Configuration

Page 6: Chapter 9 Serial Communication Interface   SCI

The RS232 Standard

• Was the most widely used physical level interface for data communication

• Specifies 25 interchange circuits for DTE/DCE use• Was established in 1960 by Electronics Industry Association (EIA)• Was revised into RS232C in 1969• Was revised into RS232D in 1987• Was revised to RS232E in 1992 and renamed as EIA-232-E• Four aspects: electrical, functional, procedural, and mechanical

Page 7: Chapter 9 Serial Communication Interface   SCI

The EIA-232E Electrical Specifications (1 of 2)

• The interface is rated at a signal rate of < 20 kbps.• The signal can transfer correctly within 15 meters.• The maximum driver output voltage (with circuit open) is -25 V to +25 V.• The minimum driver output voltage (loaded output) is -25 V to -5 V and +5 V

to +25 V.• The minimum driver output resistance when power is off is 300 W.• The receiver input voltage range is -25 V to +25 V.• The receiver output is high when input is open circuit.• A voltage more negative than -3 V at the receiver input is interpreted as a

logic 1.• A voltage more positive than +3 V at the receiver input is interpreted as a

logic 0.

Page 8: Chapter 9 Serial Communication Interface   SCI

Table 9.1 Functions of EIA-232-E signals

Pin No. Circuit Description

1 - Shield2 BA Transmitted data3 BB Received data4 CA/CJ Request to send/ready for receiving1

5 CB Clear to send6 CC DCE ready7 AB Signal common8 CF Received line signal detector9 - (reserved for testing)10 - (reserved for testing)11 - unassigned3

12 SCF/CI Secondary received line signal detection/data rate selector (DCE source)2

13 SCB Secondary clear to send14 SBA Secondary transmitted data15 DB Transmitter signal element timing (DCE source)16 SBB Secondary received data17 DD Receiver signal element timing18 LL Local loopback19 SCA Secondary request to send20 CD DTE ready21 RL/CG Remote loopback/signal quality detector22 CE Ring indicator23 CH/CI Data signal rate selector (DTE/DCE source)2

24 DA Transmitter signal element timing (DTE source)25 TM Test mode

1. When hardware flow control is required, circuit CA may take on the functionality of circuit CJ. This is one change from the former EIA-232.2. For designs using interchange circuit SCF, interchange circuits CH and CI are assigned to pin 23. If SCF is not used, CI is assigned to pin 12.3. Pin 11 is unassigned. It will not be assigned in future versions of EIA-232. However, in international standard ISO 2110, this pin is assigned to select transmit frequency.

The EIA-232E Electrical Specifications (2 of 2)

Page 9: Chapter 9 Serial Communication Interface   SCI

Signal Name

Protective groundTransmitted dataReceived dataRequest to sendClear to sendData set readySignal ground

Carrier detectReservedReserved

Secondary carrier detect

Secondary clear to send

Secondary transmitted dataTransmit clock

Secondary received dataReceiver clock

UnassignedSecondary request to send

Data terminal ready

Signal quality detectRing indicatorData rate select

Transmit clockUnassigned

Signal Name SignalDirection

Both

to DCE

to DTEto DCEto DTEto DTEBoth

to DTE

to DTEto DTE

Both

to DCEto DTE

SignalDirection

to DTEto DTE

to DCE

to DCE

to DTEto DTE

to DCE

Figure 9.1 EIA-232-E connector and pin assignment

123456789

10111213

141516171819202122232425

Unassigned

EIA-232-E Mechanical Specification (1 of 2)

• Specifies a 25-pin connector• Specifies exact dimensions of each pin

Page 10: Chapter 9 Serial Communication Interface   SCI

Ground5

4

3

2

1

9

8

7

6

DTE Ready

Transmitted Data

Received Data

Received Line Signal DetectDCE Ready

Request to send

Clear to Send

Ring Indicator

Figure 9.1b EIA232E DB9 connector and signal assignment

EIA-232-E Mechanical Specification (2 of 2)

• Only a small subset of the 25 pins are actually used in most data communications.

• Nine-pin is introduced to reduce the size and cost of the connector.

Page 11: Chapter 9 Serial Communication Interface   SCI

EIA-232-E Procedural Specification (1 of 2)

• Define the sequence of events that occurs during data transmission.• The procedure is easier to understand by examples.

– Case 1. Two DTEs connected via a point-to-point link using a modem– EIA-232 signals involved:

• Signal ground (GND)• Transmitted data (Tx)• Received data (Rx)• Request to send (RTS)• Clear to send (CTS)• Data set ready (DSR)• Carrier detect (CD)

Page 12: Chapter 9 Serial Communication Interface   SCI

TxD

RxDCD

CTS

DSRGND

RTS

TxD

RxDCD

CTS

DSRGND

RTS

Computer(DTE)

Modem(DCE)

TxDRxDCD

CTS

DSRGND

RTS

TxDRxDCDCTS

DSR

GND

RTS

Direct link

Computer(DTE)

Modem(DCE)

Figure 9.2 Point-to-point asynchronous connection

EIA-232-E Procedural Specification (2 of 2)

Page 13: Chapter 9 Serial Communication Interface   SCI

Local Remote

1. DCE asserts DSR

2. DTE asserts RTS

3. DCE asserts CTS

4. DTE starts to send data (to local DCE)

5. DCE sends out a carrier and then the modulated data 6. DCE asserts CD

7. DTE waits for arrival of data

8. DCE sends out demodulated received data

9. DTE receives demodulated data

Tim

e

Sequence of Events Occurred During Data Transmission Over Dedicated Link

Page 14: Chapter 9 Serial Communication Interface   SCI

• Case 2. Two DTEs exchange data through a public phone line • EIA-232-E signals involved:

– Signal ground (GND)– Transmitted data (Tx)– Received data (Rx)– Request to send (RTS)– Clear to send (CTS)– Data set ready (DSR)– Carrier detect (CD)– Data terminal ready (DTR)– Ring indicator (RI)

• The signal DTR is used by the DTE to indicate its intention to make a call or accept a call.

• The signal RI is used by the DCE to indicate that there is an incoming call.

Page 15: Chapter 9 Serial Communication Interface   SCI

TxDRxD

RICD

CTSRTSDSRDTRGND

TxDRxDRICDCTSRTSDSRDTRGND

TxDRxD

RICD

CTSRTSDSRDTRGND

TxDRxDRICDCTSRTSDSRDTRGND

Phone line

Computer(DTE)

Computer(DTE)

Modem(DCE)

Modem(DCE)

Figure 9.3 Asynchronous connection over public phone line

Page 16: Chapter 9 Serial Communication Interface   SCI

Local Remote (receiving side)

time

Connection establishment phase

(transmission side)

1. DTE asserts DTR

2. DCE dials the phone number 3. DCE detects the ring

and asserts RI4. DTE asserts DTR to accept the call

5. DCE sends out a carrier and asserts DSR6. DCE asserts DSR

and CD and also sends out a carrier for full duplex operation

7. DCE asserts CD (full duplex operation)

Sequence of Events During Data Transmission Over Public Phone Line (1 of 2)

Page 17: Chapter 9 Serial Communication Interface   SCI

Local Remote (receiving side)(transmission side)

time

Data transmissionphase

1. DTE asserts RTS

2. DCE asserts CTS

3. DTE sends out data to DCE

4. DCE modulates data and sends it out 5. DCE demodulates

data and forwards the data to DTE 6. DTE receives data

Disconnectionphase

1. DTE drops RTS

2. DCE drops CTS and drops the carrier 3. DCE deasserts

CD & DSR

4. DTE deasserts DTR

Sequence of Events During Data Transmission Over Public Phone Line (2 of 2)

Page 18: Chapter 9 Serial Communication Interface   SCI

Startbit

0 1 2 3 4 5 6 7 Stopbit 1

Stopbit 2

Figure 9.4 The format of a character

Data Format for Asynchronous Data Communication

• Data is transmitted character by character bit-serially.• A character consists of

– one start bit (0)– 7 to 8 data bits– an optional parity bit– one, or one and a half, or two stop bits (1)– least significant bit is transmitted first– most significant bit is transmitted last

Page 19: Chapter 9 Serial Communication Interface   SCI

How to Detect the Arrival of Start Bit

• Use a clock signal with frequency at least 16 times that of the data rate to sample the RxD signal.

• When the RxD pin is idle (high) for at least three sampling times and a falling edge follows, the SCI circuit checks the third, fifth, and seventh samples after the first sample. If the majority of them are low, then the start bit is considered detected.

Page 20: Chapter 9 Serial Communication Interface   SCI

How to Determine the Logic Value of a Data Bit

• Use a clock signal with frequency at least 16 times that of the data rate to sample the incoming data.

• Take the majority function of the eighth, ninth, and tenth samples. If the majority of them are 1s, then the logic value is determined to be 1.

Page 21: Chapter 9 Serial Communication Interface   SCI

0 1 1 0 0 11 1 10

(a) output waveform on microcontroller interface

0 1 1 1 0 0 0 1 10

(b) output waveform on EIA-232-E interface

Figure 9.6 Data format for letter g

• Example 9.1 Sketch the output of the letter g when it is transmitted using the format of one start bit, 8 data bit, and 1 stop bit.

• Solution:– The ASCII code of letter g is $67 or %01100111. This code will be

followed by a stop bit. The output from the DTE should be:

Page 22: Chapter 9 Serial Communication Interface   SCI

Data Transmission Errors

• Framing error– A character is not properly framed by a stop bit

• Receiver overrun– One or more characters received, but not read by the

CPU

• Parity error– Odd number of bits change value

Page 23: Chapter 9 Serial Communication Interface   SCI

Figure 9.7 Null Modem connection

Signal Name

FG (frame ground)TD (transmit data)RD (receive data)RTS (request to send)CTS (clear to send)SG (signal ground)DSR (data set ready)CD (carrier detect)DTR (data terminal ready)DTR (data terminal ready)

DB25 pin DB9 pin

DTE 1 DTE 2

DB9 pin DB25 pinSignal Name

123457682020

-327856144

-238754416

132547202086

FGRDTDCTSRTSSG

DTRDTRCDDSR

Null Modem Connection

Page 24: Chapter 9 Serial Communication Interface   SCI

The HCS12 SCI Subsystem (1 of 2)

• An HCS12 device may have one or two serial communication interface. These two SCI interfaces are referred to as SCI0 and SCI1.

• The block diagram is shown in Figure 9.8.• Use the data format of one start, eight or nine data bits, and one stop bit. The

collection of the start bit, eight or nine data bits, and the stop bit is called a frame.• The SCI function supports parity checking. This option requires the use of 9-bit data

format. • One SCI channel uses two signal pins from Port S. The SCI0 shares the use of PS0

(RxD0) and PS1 (TxD0), whereas SCI1 shares the use of PS2 (RxD1) and PS3 (TxD1).

• The SCI has the capability to send break to attract the attention of the other party of communications.

– A break is defined as the transmission or reception of logic 0 for a frame or longer time.• The SCI supports hardware parity for transmission and reception.• The SCI supports idling line and address mark wakeup, which is useful in multi-drop

environment to reduce the software overhead.

Page 25: Chapter 9 Serial Communication Interface   SCI

SCI data register

Receive shift register

Receive and wake up control

BA

UD

gener

ator

16 Data format control

Transmit control

Transmit shift register

SCI data register

Busclock

RxD

Interruptgeneration

Interruptgeneration

IdleIRQ

RDRF/ ORIRQ

TDREIRQ

TCIRQ

ORING

IRQto CPU

TxD

Figure 9.8 HCS12 SCI block diagram

The HCS12 SCI Subsystem (2 of 2)

Page 26: Chapter 9 Serial Communication Interface   SCI

7 6 5 4 3 2 1 0

reset: 0 0 0 0 0 0 0 0

SBR12 SBR11 SBR10 SBR90 0 0 SBR8

Figure 9.9 SCI baud rate control register

7 6 5 4 3 2 1 0

0 0 0 0 0 1 0 0

SBR4 SBR3 SBR2 SBR1SBR7 SBR6 SBR5 SBR0

(a) SCI baud rate control register high (SC0BDH/SC1BDH)

(b) SCI baud rate control register low (SC0BDL/SC1BDL)

reset:

Baud Rate Generation (1 of 2)

• The HCS12 SCI module uses a 13-bit counter to generate this clock signal. This circuit is called baud rate generator.

• The baud rate generator divides down the E clock to derive the clock signal for reception and transmission.

• The user writes an appropriate value into the SCIxBDH and SCIxBDL (x = 0 or 1) register pair to set the baud rate.

Page 27: Chapter 9 Serial Communication Interface   SCI

SBR = fE 16 baud rate

Table 9.2 Baud rate generation

Desired SCIbaud rate

Baud rate divisor forfE = 24 MHz

Baud rate divisor forfE = 16 MHz

3006001200240048009600

14,40019,20038,400

5000250012506253131561047839

33331667833417208104695226

Baud Rate Generation (2 of 2)

• The value to be written into the baud rate generator register is the rounding of the following expression:

Page 28: Chapter 9 Serial Communication Interface   SCI

7 6 5 4 3 2 1 0

reset: 0 0 0 0 0 0 0 0

M WAKE ILT PELOOPS SCISWAI RSRC PT

Figure 9.10 SCI control register 1 (SC0CR1/SC1CR1)

LOOPS: Loop select bit 0 = loop operation disabled 1 = loop operation enabledSCISWAI: SCI stop in wait mode 0 = SCI enabled in wait mode. 1 = SCI disabled in wait mode.RSRC: Receiver source bit When LOOPS = 1, the RSRC bit determines the source for the receiver shift register 0 = receiver input connected to the transmitter internally (not TxD pin). 1 = receiver input connected extrenally to the transmitted (TxD pin)M: Data format mode bit 0 = one start bit, eight data bits, one stop bit 1 = one start bit, nine data bits, one stop bitWAKE: Wakeup condition bit 0 = idle line wakeup 1 = address mark wakeup (last data bit set)ILT: Idle line type bit 0 = idle character bit count begins after start bit 1 = idle character bit count begins after the stop bitPE: parity enable bit 0 = parity disabled 1 = parity enabledPT -- parity type bit (for both transmit and receive) 0 = even parity selected 1 = odd parity selected

The SCI Control Registers (1 of 2)

Page 29: Chapter 9 Serial Communication Interface   SCI

7 6 5 4 3 2 1 0

valueafter reset 0 0 0 0 0 0 0 0

ILIE TE RE RWUTIE TCIE RIE SBK

Figure 9.11 SCI control register 2 (SC0CR2/SC1CR2)

TIE: Transmit interrupt enable bit 0 = TDRE interrupt disabled 1 = TDRE interrupt enabled.TCIE: Transmit complete interrupt enable bit 0 = TC interrupt disabled 1 = TC interrupt enabledRIE: Receiver full interrupt enable bit 0 = RDRF and OR interrupts disabled 1 = RDRF and OR interrupt enabledILIE: Idle line interrupt enable bit 0 = IDLE interrupt disabled 1 = IDLE interrupt enabledTE: Transmitter enable bit 0 = transmitter disabled 1 = transmitter enabledRE: Receiver enable 0 = receiver disabled 1 = receiver enabledRWU: Receiver wakeup bit 0 = normal SCI receiver 1 = enables the wakeup function and inhibits further receiver interrupts. Normally, hardware wakes up the receiver by automatically clearing this bit.SBK: Send break bit 0 = no break characters 1 = generate a break code, at least 10 or 11 contiguous 0s. As long as SBK remains set, the transmitter sends 0s.

The SCI Control Registers (2 of 2)

Page 30: Chapter 9 Serial Communication Interface   SCI

7 6 5 4 3 2 1 0

reset: 1 1 0 0 0 0 0 0

IDLE OR NF FETDRE TC RDRF PF

Figure 9.12 SCI status register 1 (SCI0SR1/SCI1SR1)

TDRE: Transmit data register empty flag 0 = No byte was transferred to the transmit shift register. 1 = Transmit data register is empty.TC: Transmit complete flag 0 = Transmission in progress 1 = No transmission in progressRDRF: Receiver data register full flag 0 = SCIxDR empty 1 = SCIxDR fullIDLE: Idle line detected flag 0 = RxD line active 1 = RxD line becomes idleOR: Overrun error flag 0 = no overrun 1 = overrun detectedNF: noise error flag Set during the same cycle as the RDRF bit but not set in the case of an overrun (OR) 0 = No noise 1 = NoiseFE: Framing error flag Set when a 0 is detected where a stop bit was expected. 0 = No framing error 1 = Framing errorPF: Parity error flag 0 = parity correct 1 = incorrect parity detected

SCI Status Registers (1 of 2)

Page 31: Chapter 9 Serial Communication Interface   SCI

7 6 5 4 3 2 1 0

reset: 0 0 0 0 0 0 0 0

0 0 BK13 TXDIR0 0 0 RAF

Figure 9.14 SCI status register 2 (SCI0SR2/SCI1SR2)

BK13: Break transmit character length 0 = Break character is 10- or 11-bit long 1 = Break character is 13- or 14-bit longTXDIR: transmit pin data direction in single-wire mode 0 = TxD pin to be used as an input in single-wire mode 1 = TxD pin to be used as an output in single-wire modeRAF: receiver active flag RAF is set when the receiver detects a logic 0 during the RT1 time period of the start bit search. RAF is cleared when the receiver detects an idle character. 0 = no reception in progress 1 = reception in progress

SCI Status Registers (2 of 2)

Page 32: Chapter 9 Serial Communication Interface   SCI

Character Transmission

• The block diagram of the SCI transmitter is shown in Figure 9.12.• To transmit a character from the SCI module, the user writes the data bits

into the SCIxDRH and SCIxDRL registers.• The data bits in SCIxDRH and SCIxDRL registers will be transferred to the

transmit shift register and shifted out serially from the TxD pin.• Each time the SCI transfers data from the buffer SCIxDRH/L to the transmit

shift register, it also sets the TDRE flag in the SCIxSR1 register.• The setting of the TDRE flag indicates that the MCU can write new data into

the SCI data register. • When the transmit shift register is not transmitting data, the TxD signal goes

to idle state.• When both the transmit data registers and shift register are empty, the TC

flag in the SCIxSR1 register is set to 1. • An interrupt may be requested to the MCU if the TDRE or TC flag is set to

1.

Page 33: Chapter 9 Serial Communication Interface   SCI

BAUD dividerBus

clock

SBR12-SBR0

16 SCI Data Register

H 8 7 6 5 3 2 1 0 L

STO

P

STA

RT

M

T8

Paritygeneration

PEPT

Transmitter control

load

from

SC

IDR

Shift e

nabl

e

prea

mbl

e (a

ll on

es)

Bre

aks

(all

0s)

TE SBKTDRETIE

TCTCIE

TDRE interrupt request

TC interrupt request

LoopControl

LoopsRSRC

To RxD

TxD

Figure 9.12 SCI transmitter block diagram

Internal Bus

MSB

4

Page 34: Chapter 9 Serial Communication Interface   SCI

Send Break Characters

• A break character is represented by eight or nine logic 0 data bits depending on the character data length.

• Whenever one party in the data communications discovers an error, it can send break characters to discontinue the communication and start over again.

• To send break characters, the user sets the SBK bit in the SCIxCR1 register to 1.

• As long as the SBK bit is 1, the transmitter logic continuously sending out the break character.

Page 35: Chapter 9 Serial Communication Interface   SCI

Idle Characters

• An idle character contains all 1s and has no start, stop, or parity bit.

• Depending on the character data length, an idle character can be eight or nine 1s.

• If the TE bit in the SCIxCR2 register is cleared during a transmission, the TxD signal becomes idle after the completion of the transmission in progress.

Page 36: Chapter 9 Serial Communication Interface   SCI

Character Reception (1 of 2)

• The block diagram of the SCI receiver is shown in Figure 9.15.• The SCI receiver can handle either 8- or 9-bit characters. • When receiving 9-bit data, the R8 bit of the SCIxDRH register holds

the ninth bit. • During an SCI reception, the receive shift register shifts in a frame

from the RxD pin.• After a complete frame is shifted into the receive shift register, the

data portion of the frame is transferred to the SCI data register. The receive data register full flag in the SCIxSR1 register is set to 1.

• An interrupt may be requested to the MCU is it is enabled.

Page 37: Chapter 9 Serial Communication Interface   SCI

BAUD dividerBusclock

SBR12-SBR0 SCI Data Register

H 8 7 6 5 3 2 1 0 L

STO

P

STA

RT

PEPT

IDLEILIE

RIE

IDLE interrupt request

RDRF/ OR interrupt request

Figure 9.15 SCI receiver block diagram

Internal Bus

11-bit receive shift register

4

FENFPE

RWUWakeup

logic

Paritychecking

R8

RDRFOR

All o

nes

MSB

WAKEILT

M

RERAF

Datarecovery

RxD

Loopcontrol

FromTxD

LOOPSRSRC

Character Reception (2 of 2)

Page 38: Chapter 9 Serial Communication Interface   SCI

Transmitter

Receiver

TxD

RxD

Figure 9.16 Single-wire operation

Single-Wire Operation• In this operation, the RxD pin is disconnected from the SCI module.• The SCI module uses the TxD pin for both receiving and

transmitting as illustrated in Figure 9.16. • Single-wire operation is enabled by setting the LOOPS and the

RSRC bits in the SCIxCR1 register.• Setting the LOOPS bit disables the path from the RxD pin to the

receiver. Setting the RSRC bit connects the receiver input to the output of the TxD pin driver.

• Both transmitter and receiver must be enabled.• The TXDIR bit determines whether the TxD pin is going to be used

as an input (TXDIR = 0) or output (TXDIR = 1) in this mode of operation.

Page 39: Chapter 9 Serial Communication Interface   SCI

Flow Control of UART in Asynchronous Mode• The SCI module will transmit data as fast as the baud rate allows.• In some circumstances, the software may not be able to read data as fast as the data

is received.• There is a need for the MCU to tell the transmitting device to suspend transmission of

data temporarily.• Similarly, the HCS12 may need to be told to suspend transmission temporarily. This

is done by flow control.• There are two common methods of flow control: XON/XOFF and hardware.• XON/XOFF is implemented completely in software, but requires a full-duplex

communication. • When incoming data needs to be suspended, an XOFF byte is transmitted back to

the other device that is transmitting.• To start the other device transmitting again, an XON character is transmitted.• The XON and XOFF characters have the ASCII code of 0x11 and 0x13, respectively.• Hardware flow control requires the use of extra signals. Generally, an input pin of the

transmitter is controlled by the receiver. • Before transmitting any character, the transmitter needs to test the flow control input

pin.

Page 40: Chapter 9 Serial Communication Interface   SCI

movb #$00,SC0BDH ; set up baud ratemovb #156,SC0BDL ; “movb #$4C,SC0CR1 ; select 8 data bits, address mark wakeupmovb #$0C,SC0CR2 ; enable transmitter and receiver

• Example 9.2 Write an instruction sequence to configure the SCI0 0 to • operate with the following parameters:

– 9600 baud (E clock is 24 MHz)– One start bit, 8 data bits, one stop bit – No interrupt– Address mark wakeup– Disable wakeup initially– Long idle line mode– Enable transmit and receive– No loop back– Disable parity checking

• Solution: The following instruction sequence will configure the SCI0 properly:

Page 41: Chapter 9 Serial Communication Interface   SCI

Interfacing SCI with EIA-232-E

• The SCI uses 0 V and 5 V to represent 0 and 1.• The EIA-232 signal Tx cannot be driven by the SCI TxD signal without

translation.• The EIA-232 signal Rx cannot drive the SCI RxD signal without translation.• Voltage level translation is required for the SCI signals to drive and be

driven by the EIA-232 signals.• Examples of EIA-232 driver chips include:

– LT1080/1081 from Linear technology – ST232 from SGS Thompson – ICL232 from Intersil – MAX232 from MAXIM – DS14C232 from National Semiconductor – These chips are pin-compatible.

• The DS14C232 from National Semiconductor will be used in the following illustration.

Page 42: Chapter 9 Serial Communication Interface   SCI

+5 V

+5 VEIA-232-Eoutputs

EIA-232-Einputs

TTL/CMOSinputs

TTL/CMOSinputs

TTL/CMOSoutputs

TTL/CMOSoutputs

Figure 9.18 Pin assignments and connections of the DS14C232

10

11

12

9

15

8

13

7

14

R2IN

R1IN

5K

5K

T1IN

T2IN

R1OUT

R2OUT

T1OUT

T2OUT

1.0F

1.0F

1

3

4

5

1.0F

+5 V

16

V+

V-1.0F

2

6

VCC

GND

+-

C1+

C1-

C2+

C2-

6.3V

DC-to-DC Converter

C1

C2

R1

R2

D1

D2

C4

C3

Page 43: Chapter 9 Serial Communication Interface   SCI

PS1/ TxD

PS0/ RxD

Note: Both CTS and RTS arejumpered to an I/ O pin in casehardware handshake is needed

CTS*

RTS*

T1IN

T2IN

R1OUT

R2OUT

T1OUT

T2OUT

R1IN

R2IN

11

10

12

9

8

13

7

14

1

6

2

7

3

8

4

9

5

DCD

DSR

RxD

RTS

TxD

CTS

DTR

RI

GND

DB9 connector

DS14C232

Figure 9.19 Diagram of SCI and EIA232 DB9 connector wiring in SSE256 demo board

• Interfacing the HCS12 SCI0 to the EIA-232 using the DS14C232 chip and implements the NULL modem connection so that this connection can talk to a PC directly.

Page 44: Chapter 9 Serial Communication Interface   SCI

#include "c:\miniide\hcs12.inc"sendbrk bset SCI0CR2,SBK ; turn on send break

ldy #1jsr delayby1msbclr SCI0CR2,SBK ; turn off send breakrts

#include “c:\miniide\delay.asm”

• Example 9.3 Write a subroutine to send a break to the communication port controlled by the SCI0 interface. The duration of the break is approximately 24,000 E clock cycles, or 1 ms at 24 MHz.

• Solution: A break character is represented by ten or eleven consecutive zeros and can be sent out by setting the bit 0 of the SCI0CR2 register.

Page 45: Chapter 9 Serial Communication Interface   SCI

#include “c:\egnu091\include\hcs12.h”#include “c:\egnu091\include\delay.c”void send_break (void){ SCI0CR2 |= SBK; /* start to send break / delayby1ms(1);

SCI0CR2 &= ~SBK; /* stop sending break */}

The C language version of the function:

Page 46: Chapter 9 Serial Communication Interface   SCI

#include "c:\miniide\hcs12.inc"putcSCI0 brclr SCI0SR1,TDRE,* ; wait for TDRE to be set

staa SCI0DRL ; output the characterrts

void putcSCI0 (char cx){

while (!(SCI0SR1 & TDRE));SCI0DRL = cx;

}

• Example 9.4 Write a subroutine to output the character in accumulator A to the SCI0 channel using the polling method.

• Solution: The subroutine will wait until the bit 7 of SCI0SR1 register is set before sending out the character in accumulator A.

Page 47: Chapter 9 Serial Communication Interface   SCI

#include "c:\miniide\hcs12.inc"getcSCI0 brclr SCI0SR1,RDRF,* ; wait until RDRF bit is set

ldaa SCI0DRL ; read the characterrts

char getcSCI0 (void){

while(!(SCI0SR1 & RDRF));return (SCI0DRL);

}

• Example 9.5 Write a subroutine to read a character from SCI0 using the polling method. Return the character in accumulator A.

• Solution:

Page 48: Chapter 9 Serial Communication Interface   SCI

putsSCI0 ldaa 1,x+ ; get a character and move the pointerbeq done ; is this the end of the stringjsr putcSCI0bra putsSCI0

done rts

void putsSCI0 (char *cx){

while (!(*cx)) {putcSCI0(*cx);cx++;

}}

• Example 9.6 Write a subroutine to output a string pointed to by index register X to the SCI0 using the polling method.

• Solution: This subroutine will call putcSCI0( ) repeatedly until all characters have been sent.

Page 49: Chapter 9 Serial Communication Interface   SCI

CR equ $0DgetsSCI0 jsr getcSCI0

cmpa #CR ; is the character a carriage return?beq exitstaa 1,x+ ; save the character in the buffer pointed to by Xbra getsSCI0 ; continue

exit clr 0,x ; terminate the string with a NULL characterrts

void getsSCI0 (char *buf){ while ((*buf++ = getcSCI0()) != CR);

*buf = 0; /* terminate the string with a NULL character */}

• Example 9.7 Write a subroutine to input a string from SCI0. The string is terminated by the carriage return character and must be stored in a buffer pointed to by index register X.

• Solution: This subroutine will call getcSCI0( ) repeatedly until the carriage return character is