RL78/G1P
CHAPTER 13 DMA CONTROLLER
R01UH0895EJ0100 Rev.1.00
562
Nov 29, 2019
Figure 13-8. Example of Setting of Consecutively Capturing A/D Conversion Results
Note
The DST1 flag is automatically cleared to 0 when a DMA transfer is completed.
Writing the DEN1 flag is enabled only when DST1 = 0. To terminate a DMA transfer without waiting for
occurrence of the interrupt of DMA1 (INTDMA1), set the DST1 bit to 0 and then the DEN1 bit to 0 (for details,
see
13.5.5 Forced termination by software
).
Hardware operation
DEN1 = 1
DSA1 = 1EH
DRA1 = FCE0H
DBC1 = 0100H
DMC1 = 21H
DST1 = 1
Starting A/D conversion
DEN1 = 0
RETI
End
INTDMA1 occurs.
DST1 = 0
Note
INTAD occurs.
DMA1 transfer
Start
User program
processing