RL78/G10 CHAPTER 12 SERIAL ARRAY UNIT
R01UH0384EJ0311 Rev. 3.11 332
Dec 22, 2016
Figure 12-43. Flowchart of Master Transmission/Reception (in Single-Transmission/Reception Mode)
Starting CSI communication
Disable interrupt (MASK)
Transmission/reception
completed?
No
Yes
End of communication
Read receive data to SIOp
(=SDR0nL)
Writing transmit data to
SIOp (=SDR0nL)
When transfer end interrupt is generated, it
moves to interrupt processing routine.
Wait for transmission/reception
completes
For the initial setting, refer to Figure 12-39.
(Select transfer end interrupt)
SAU default setting
Transfer end interrupt
Read receive data then writes to storage area, update receive
data pointer
RETI
If there are the next data, it continues
Write 1 to ST0n bit
Setting
transmission/reception data
Setting storage data and number of data for transmission/reception data
(Storage area, Transmission data pointer, Reception data pointer, Number of
communication data and Communication end flag are optionally set on the
internal RAM by the software)
Enables interrupt
Clear interrupt request flag (XXIF), reset interrupt mask (XXMK) and set
interrupt enable (EI)
Writing to SIOp makes SOp
and SCKp signals out
(communication starts)
Read transmit data from storage area and write it
to SIOp. Update transmit data pointer.
Main routine Main routineInterrupt processing routine