Channels And Port Accesses - Texas Instruments OMAP5912 Reference Manual

Multimedia processor device overview and architecture
Hide thumbs Also See for OMAP5912:
Table of Contents

Advertisement

DSP DMA
4.2

Channels and Port Accesses

Figure 16.
The Two Parts of a DMA Transfer
126
Direct Memory Access (DMA) Support
The DSP DMA controller has six paths, or channels, to transfer data among
the four standard ports (for DARAM, SARAM, external memory, and
peripherals). Each channel reads data from one port (the source) and writes
data to that same port or another port (the destination). Each channel has a
first-in, first-out (FIFO) buffer that allows the data transfer to occur in two
stages: port read access transfer of data from the source port to the channel
FIFO buffer and port write access transfer of data from the channel FIFO buffer
to the destination port (see Figure 16).
Read access
Source
port
The set of conditions under which transfers occur in a channel is called the
channel context. Each of the six channels contains a register structure for
programming and updating the channel context (see Figure 17). User code
modifies the configuration registers. To transfer data, the contents of the
configuration registers are copied to the working registers, and the DMA
controller uses the working register values to control channel activity. The copy
from the configuration registers to the working registers occurs whenever user
code enables the channel (EN = 1 in DMA_CCR). In addition, if the
autoinitialization mode is on (AUTO_INIT = 1 in DMA_CCR), the copy occurs
between block transfers.
The DMA configuration registers consist of the following set:
DMA_CSSA_L
-
DMA_CSSA_U
-
DMA_CDSA_L
-
DMA_CDSA_U
-
DMA_CEN
-
DMA_CFN
-
DMA_CSFI
-
DMA_SCEI
-
DMA_CDFI
-
DMA_ CDEI
-
Write access
Channel n
FIFO buffer
n = 0, 1, 2, 3, 4, or 5
Destination
port
SPRU755B

Advertisement

Table of Contents
loading

Table of Contents