Registers
5-45
System DMA Controller
Table 5–13. DMA Channel Control Register (DMA__CCR)
Bit
Name
Value
Description
Type
Reset
Value
15–14
DST_AMODE
Destination addressing mode
This field is used to choose the addressing mode on
the destination port of a channel.
RW
00
00
Constant address
01
Post-incremented address
10
Single index (element index)
11
Double index (element index and frame index)
13–12
SRC_AMODE
Source addressing mode
This field is used to choose the addressing mode on
the source port of a channel.
RW
00
00
Constant address
01
Post-incremented address
10
Single index (element index)
11
Double index (element index and frame index)
11
END_PROG
End of programming
RW-
RST
0
0
Delays the channel autoinitialization if
AUTO_INIT = 1 and REPEAT = 0.
1
Allows the channel to reinitialize itself if
AUTO_INIT = 1
10
RESERVED
RW-
RST
0
9
REPEAT
Repetitive operations
RW
0
0
When the current transfer is complete, the channel
automatically reinitializes itself and starts a new
transfer only if END_PROG = 1.
1
When the current transfer is complete, the channel
automatically reinitializes itself and starts a new
transfer disregarding END_PROG.