10 programming notes – Epson S1C63558 User Manual

Page 109

Advertising
background image

S1C63558 TECHNICAL MANUAL

EPSON

99

CHAPTER 4: PERIPHERAL CIRCUITS AND OPERATION (Serial Interface)

4.11.10 Programming notes

(1) Be sure to initialize the serial interface mode in the transmit/receive disabled status (TXEN = RXEN =

"0").

(2) Do not perform double trigger (writing "1") to TXTRG (RXTRG) when the serial interface is in the

transmitting (receiving) operation.

(3) In the clock synchronous mode, since one clock line (SCLK) is shared for both transmitting and

receiving, transmitting and receiving cannot be performed simultaneously. (Half duplex only is
possible in clock synchronous mode.)
Consequently, be sure not to write "1" to RXTRG (TXTRG) when TXTRG (RXTRG) is "1".

(4) When a parity error or flaming error is generated during receiving in the asynchronous mode, the

receiving error interrupt factor flag ISER is set to "1" prior to the receive completion interrupt factor
flag ISRC for the time indicated in Table 4.11.10.1. Consequently, when an error is generated, you
should reset the receiving complete interrupt factor flag ISRC to "0" by providing a wait time in error
processing routines and similar routines.
When an overrun error is generated, the receiving complete interrupt factor flag ISRC is not set to "1"
and a receiving complete interrupt is not generated.

Table 4.11.10.1 Time difference between ISER and ISRC on error generation

Clock source

Time difference

f

OSC3

/ n

Programmable timer

1/2 cycles of f

OSC3

/ n

1 cycle of timer 1 underflow

(5) When the demultiplied signal of the OSC3 oscillation circuit is made the clock source, it is necessary

to turn the OSC3 oscillation ON, prior to using the serial interface.
A time interval of 5 msec, from the turning ON of the OSC3 oscillation circuit to until the oscillation
stabilizes, is necessary, due to the oscillation element that is used. Consequently, you should allow an
adequate waiting time after turning ON of the OSC3 oscillation, before starting transmitting/receiv-
ing of serial interface. (The oscillation start time will vary somewhat depending on the oscillator and
on the externally attached parts. Refer to the oscillation start time example indicated in Chapter 7,
"Electrical Chracteristics".)
At initial reset, the OSC3 oscillation circuit is set to OFF status.

(6) Be aware that the maximum clock frequency for the serial interface is limited to 1 MHz.

(7) After an interrupt occurs, the same interrupt will occur again if the interrupt enabled state (I flag =

"1") is set or the RETI instruction is executed unless the interrupt factor flag is reset. Therefore, be sure
to reset (write "1" to) the interrupt factor flag in the interrupt service routine before shifting to the
interrupt enabled state.

Advertising