English
Language : 

4513_03 Datasheet, PDF (50/210 Pages) Renesas Technology Corp – 4-BIT SINGLE-CHIP MICROCOMPUTER
HARDWARE
FUNCTION BLOCK OPERATIONS
When transmitting (D7–D0 : transfer data)
SIN pin
When receiving
SOUT pin
Serial I/O register (SI)
D7 D6 D5 D4 D3 D2 D1 D0
SOUT pin
SIN pin
Serial I/O register (SI)
∗∗ ∗∗∗∗∗ ∗
D7 D6 D5 D4 D3 D2 D1 D0 Transfer data to be set ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗
∗ D7 D6 D5 D4 D3 D2 D1
Transfer started
D0 ∗ ∗ ∗ ∗ ∗ ∗ ∗
∗ ∗ D7 D6 D5 D4 D3 D2
D1 D0 ∗ ∗ ∗ ∗ ∗ ∗
∗∗∗∗ ∗∗∗∗
Transfer completed
D7 D6 D5 D4 D3 D2 D1 D0
Fig. 23 Serial I/O register state when transferring
(1) Serial I/O register SI
Serial I/O register SI is the 8-bit data transfer serial/parallel conver-
sion register. Data can be set to register SI through registers A and
B with the TSIAB instruction. The contents of register A is transmit-
ted to the low-order 4 bits of register SI, and the contents of
register B is transmitted to the high-order 4 bits of register SI.
During transmission, each bit data is transmitted LSB first from the
lowermost bit (bit 0) of register SI, and during reception, each bit
data is received LSB first to register SI starting from the topmost bit
(bit 7).
When register SI is used as a work register without using serial I/O,
pull up the SCK pin or set the pin function to an input port P20.
(2) Serial I/O transmission/reception
completion flag (SIOF)
Serial I/O transmission/reception completion flag (SIOF) is set to
“1” when serial data transmission or reception completes. The
state of SIOF flag can be examined with the skip instruction
(SNZSI). Use the interrupt control register V2 to select the inter-
rupt or the skip instruction.
The SIOF flag is cleared to “0” when the interrupt occurs or when
the next instruction is skipped with the skip instruction.
(3) Serial I/O start instruction (SST)
When the SST instruction is executed, the SIOF flag is cleared to
“0” and then serial I/O transmission/reception is started.
(4) Serial I/O mode register J1
Register J1 controls the synchronous clock, P20/SCK, P21/SOUT
and P22/SIN pin function. Set the contents of this register through
register A with the TJ1A instruction. The TAJ1 instruction can be
used to transfer the contents of register J1 to register A.
4513/4514 Group User’s Manual
1-37