Src/Dst Address Updates
6-31
EDMA Controller
Table 6–8. EDMA DST Address Parameter Updates
Destination Update Mode (DUM)
Frame
Sync
Transfer Type
(2DS:2DD)
00
01
10
11
FS = 0
00
None
+ESIZE;
Increment by element
size.
–ESIZE;
Decrement by element
size.
+EIX or +FIX if EC = 1
Add signed EIX to each
element in a frame
except the last. Add
signed FIX to the last
element in a frame
when EC = 1.
01
None
+FIX;
Add signed FIX to the
first element in a frame.
Element addresses in
a frame are in
increasing order.
+FIX;
Add signed FIX to the
first element in a frame.
Element addresses in
a frame are in
decreasing order.
Reserved
10
None
+(EC x ESIZE bytes);
Add EC scaled by
element size to the
start address of
previous frame
–(EC x ESIZE bytes);
Subtract EC scaled by
element size from the
start address of
previous frame
Reserved
11
None
+FIX;
Add signed FIX to the
first element in a frame.
Element addresses in
a frame are in
increasing order.
+FIX;
Add signed FIX to the
first element in a frame.
Element addresses in
a frame are in
decreasing order.
Reserved
FS = 1
00
None
+(EC x ESIZE bytes);
Add EC scaled by
element size to the
start address of
previous frame
–(EC x ESIZE bytes);
Subtract EC scaled by
element size from the
start address of
previous frame
+FIX;
Add signed FIX to the
first element in a frame.
Element addresses in
a frame spaced by EIX.
01
None
None
None
None
10
None
None
None
None
11
None
None
None
None
Note:
EC: Element count
EIX: 16-bit signed element index value
FC: Frame/array count
FIX: 16-bit signed frame index value