Src/Dst Address Updates
6-30
Table 6–7. EDMA SRC Address Parameter Updates
Source Update Mode (SUM)
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
+(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
10
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
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