Renesas H8 Series Hardware Manual page 413

8-bit single-chip microcomputer
Hide thumbs Also See for H8 Series:
Table of Contents

Advertisement

Data Transfer Operations
• SCI3 initialization
Data transfer on SCI3 first of all requires that SCI3 be initialized as described in section 10.3.2, 3.
SCI3 initialization, and shown in figure 10.5.
• Transmitting
Figure 10.11 shows an example of a flowchart for data transmission. This procedure should be
followed for data transmission after initializing SCI3.
Sets bit SPC32 to
Clear bit TE to 0
Figure 10.11 Example of Data Transmission Flowchart (Synchronous Mode)
Start
1 in SPCR
Read bit TDRE
[1]
in SSR
No
TDRE = 1?
Yes
Write transmit
data to TDR
[2]
Yes
Continue data
transmission?
No
Read bit TEND
in SSR
No
TEND = 1?
Yes
in SCR3
End
Section 10 Serial Communication Interface
[1]
Read the serial status register (SSR) and
check that bit TDRE is set to 1, then write
transmit data to the transmit data register
(TDR). When data is written to TDR, bit
TDRE is cleared to 0 automatically, the
clock is output, and data transmission is
started. When clock output is selected,
the clock is output and data transmission
started when data is written to TDR.
[2]
When continuing data transmission, be
sure to read TDRE = 1 to confirm that
a write can be performed before writing
data to TDR. When data is written to
TDR, bit TDRE is cleared to 0 automatically.
Rev. 7.00 Mar 10, 2005 page 371 of 652
REJ09B0042-0700

Advertisement

Table of Contents
loading

Table of Contents