
Registers
642
SPRUH82C – April 2013 – Revised September 2016
Copyright © 2013–2016, Texas Instruments Incorporated
Enhanced Direct Memory Access (EDMA3) Controller
Table 17-15. Channel Options Parameters (OPT) Field Descriptions (continued)
Bit
Field
Value
Description
17-12
TCC
0-3Fh
Transfer complete code. This 6-bit code is used to set the relevant bit in chaining enable register
(CER[TCC]) for chaining or in interrupt pending register (IPR[TCC]) for interrupts.
0-1Fh
Valid values
20h-
3Fh
Reserved
11
TCCMODE
Transfer complete code mode. Indicates the point at which a transfer is considered completed for
chaining and interrupt generation.
0
Normal completion: A transfer is considered completed after the data has been transferred.
1
Early completion: A transfer is considered completed after the EDMA3CC submits a TR to the
EDMA3TC. TC may still be transferring data when interrupt/chain is triggered.
10-8
FWID
0-7h
FIFO Width. Applies if either SAM or DAM is set to constant addressing mode.
0
FIFO width is 8-bit.
1h
FIFO width is 16-bit.
2h
FIFO width is 32-bit.
3h
FIFO width is 64-bit.
4h
FIFO width is 128-bit.
5h
FIFO width is 256-bit.
6h-7h
Reserved
7-4
Reserved
0
Reserved
3
STATIC
Static PaRAM set.
0
PaRAM set is not static. PaRAM set is updated or linked after TR is submitted. A value of 0 should be
used for DMA channels and for nonfinal transfers in a linked list of QDMA transfers.
1
PaRAM set is static. PaRAM set is not updated or linked after TR is submitted. A value of 1 should be
used for isolated QDMA transfers or for the final transfer in a linked list of QDMA transfers.
2
SYNCDIM
Transfer synchronization dimension.
0
A-synchronized. Each event triggers the transfer of a single array of ACNT bytes.
1
AB-synchronized. Each event triggers the transfer of BCNT arrays of ACNT bytes.
1
DAM
Destination address mode.
0
Increment (INCR) mode. Destination addressing within an array increments. Destination is not a FIFO.
1
Constant addressing (CONST) mode. Destination addressing within an array wraps around upon
reaching FIFO width.
Note: The constant addressing (CONST) mode has limited applicability. The EDMA3 should be
configured for the constant addressing mode (SAM/DAM = 1) only if the transfer source or destination
(on-chip memory, off-chip memory controllers, slave peripherals) support the constant addressing
mode. See your device-specific data manual to verify if constant addressing mode is supported. If the
constant addressing mode is not supported, the similar logical transfer can be achieved using the
increment (INCR) mode (SAM/DAM = 0) by appropriately programming the count and indices values.
0
SAM
Source address mode.
0
Increment (INCR) mode. Source addressing within an array increments. Source is not a FIFO.
1
Constant addressing (CONST) mode. Source addressing within an array wraps around upon reaching
FIFO width.
Note: The constant addressing (CONST) mode has limited applicability. The EDMA3 should be
configured for the constant addressing mode (SAM/DAM = 1) only if the transfer source or destination
(on-chip memory, off-chip memory controllers, slave peripherals) support the constant addressing
mode. See your device-specific data manual to verify if constant addressing mode is supported. If the
constant addressing mode is not supported, the similar logical transfer can be achieved using the
increment (INCR) mode (SAM/DAM = 0) by appropriately programming the count and indices values.