
Rev.2.00 May 28, 2004 page 97 of 100
38C2 Group (A Version)
Notes on Timers 1 to 4
1. Cascading connection
• When using cascading connection, set the value of timer in the
order of the timer 1 register, the timer 2 register , the timer 3 register,
and the timer 4 register after the count source selection of timer 1 to
4.
<Reason>
• When the count source of timers 1 to 4 is selected, the timer count-
ing value may become arbitrary value because a thin pulse is gen-
erated in count input of timer.
2. Timer 3PWM0 mode, timer 4PWM1 mode
• When PWM output is suspended after starting PWM output, de-
pending on the level of the output pulse at that time to resume an
output, the delay of the one section of the short interval may be
needed.
Stop at “H”: No output delay
Stop at “L”: Output is delayed time of 256 ✕ ts
• In the PWM mode, the follows are performed every cycle of the
long interval (4 ✕ 256 ✕ ts).
• Generation of timer 3, timer 4 interrupt requests
• Update of timer 3, timer 4
• When “L” is output from the P52/T3OUT/PWM0 pin continuously in
the timer 3PMW0 mode, set the P52/T3OUT/PWM0 pin as I/O port
by set the timer 3 output selection bit to “0” before “L” is output.
Do not set “0016” to timer 3 in this mode. The value which can be set
are 1-255.
• When “L” is output from the P53/T4OUT/PWM1 pin continuously in
the timer 4PMW1 mode, set the P53/T4OUT/PWM1 pin as I/O port
by set the timer 4 output selection bit to “0” before “L” is output.
Do not set “0016” to timer 4 in this mode. The value which can be set
are 1-255.
3. Writing to Timer 2, Timer 3, Timer 4
When writing to the latch only, if the write timing to the reload latch
and the underflow timing are almost the same, the value is set into
the timer and the timer latch at the same time. In this time, counting
is stopped during writing to the reload latch.
Notes on Serial I/O1
1. Writing to baud rate generator (BRG)
Write data to BRG while the transmission and reception operations
are stopped.
2. Setting procedure when using serial I/O1 transmit interrupt
When the serial I/O1 transmit interrupt is used, take the following
sequence.
➀Set the serial I/O1 transmit interrupt enable bit (bit 4 of interrupt
control register 1 (address 003E16)) to “0” (disabled).
➁Set the transmit enable bit (bit 4 of serial I/O1 control register (ad-
dress 0FE016)) to “1”.
➂Set the serial I/O1 transmit interrupt request bit (bit 3 of interrupt
request register 1 (address 003C16)) to “0” (no interrupt request
issued) after 1 or more instruction has executed.
➃Set the serial I/O1 transmit interrupt enable bit to “1” (enabled).
<Reason>
When the transmission enable bit is set to “1”, the transmit buffer
empty flag (bit 0 of serial I/O1 status register (address 001D16)) and
the transmit shift register completion flag are set to “1”.
Therefore, the serial I/O1 transmit interrupt request bit is set to “1”
regardless of the state of the transmit interrupt source selection bit
(bit 3 of serial I/O1 control register).
3. Data transmission control with referring to transmit shift register
completion flag
After the transmit data is written to the transmit buffer register (ad-
dress 001816), the transmit shift register completion flag (bit 2 of se-
rial I/O1 status reguster (address 001D16)) changes from “1” to “0”
with a delay of 0.5 to 1.5 shift clocks. When data transmission is
controlled with referring to the flag after writing the data to the trans-
mit buffer register, note the delay.
4. Setting serial I/O1 control register again
Set the serial I/O1 control register again after the transmission and
the reception circuits are reset by setting both the transmit enable bit
and the receive enable bit to “0”.
Fig. 7 Sequence of setting serial I/O1 control register again
Set both the transmit enable bit (TE)
and the receive enable bit (RE) to “0”
↓
Set the bits 0 to 3 and bit 6 of the serial
I/O1 control register
↓
Set both the transmit enable bit (TE)
and the receive enable bit (RE), or one
of them to “1”
Can be set with
the LDM instruc-
tion at the same
time
5. Pin state after transmit completion
The TxD pin holds the state of the last bit of the transmission after
transmission completion. When the internal clock is selected for the
transmit clock in the clock synchronous serial I/O mode, the SCLK1
pin holds “H”.
6. Serial I/O1 enable bit during transmit operation
When the serial I/O1 enable bit (bit 7 of serial I/O1 control register
(address 0FE016)) is set to “0” (serial I/O1 disabled) when data trans-
mission is in progress, the transmission progress internally. How-
ever, the external data transfer is terminated because the pins be-
come regular I/O ports. In addition to this, when data is written to the
transmission buffer register, data transmission is started internally.
When the serial I/O1 enable bit is set to “1”, the transmission is out-
put to the TxD pin in the middle of the transfer.
7. Transmission control when external clock is selected
When an external clock is used as the synchronous clock for data
transmission, set the transmit enable bit to “1” at “H” of the SCLK1
input level. Also, write the transmit data to the transmit buf fer register
at “H” of the SCLK1 input level.
8. Receive operation in clock synchronous serial I/O mode
When receiving data in the clock synchronous serial I/O mode, set
not only the receive enable bit but also the transmit enable bit to “1”.
Then write dummy data to the transmission buffer register. When the
internal clock is selected as the synchronous clock, the synchronous
clock is output at this point and the receive operation is started. When
the external clock is selected as the transfer clock, the serial
I/O becomes ready for data receive at this point and, when the exter-
nal clock is input to the clock input pin, the receive operation is started.
The P45/TxD pin outputs the dummy data written in the transmission
buffer register.