And dmacc1lli - 0xffe0 4128), Section 32–6.2.4, Item read – NXP Semiconductors LPC24XX UM10237 User Manual

Page 728: Table 32–668, Nxp semiconductors

Advertising
background image

UM10237_4

© NXP B.V. 2009. All rights reserved.

User manual

Rev. 04 — 26 August 2009

728 of 792

NXP Semiconductors

UM10237

Chapter 32: LPC24XX General Purpose DMA (GPDMA) controller

6.2.3 Channel Linked List Item Registers (DMACC0LLI - 0xFFE0 4108 and

DMACC1LLI - 0xFFE0 4128)

The two read/write DMACCxLLI Registers contain a word-aligned address of the next
Linked List Item (LLI). If the LLI is 0, then the current LLI is the last in the chain, and the
DMA channel is disabled when all DMA transfers associated with it are completed.

Note: Programming this register when the DMA channel is enabled has unpredictable
side effects.

Table 32–669

shows the bit assignments of the DMACCxLLI Register.

Note: To make loading the LLIs more efficient for some systems, the LLI data structures
can be made four-word aligned.

6.2.4 Channel Control Registers (DMACC0Control - 0xFFE0 410C and

DMACC0Control - 0xFFE0 412C)

The two read/write DMACCxControl Registers contain DMA channel control information
such as the transfer size, burst size, and transfer width. Each register is programmed
directly by software before the DMA channel is enabled. When the channel is enabled the
register is updated by following the linked list when a complete packet of data has been
transferred. Reading the register while the channel is active does not give useful
information. This is because by the time software has processed the value read, the
channel might have progressed. It is intended to be read only when a channel has
stopped.

Table 32–670

shows the bit assignments of the DMACCxControl Register.

Table 668. Channel Destination Address registers (DMACC0DestAddr - address

0xFFE0 4104 and DMACC1DestAddr - address 0xFFE0 4124) bit description

Bit

Symbol

Description

Reset Value

31:0

DestAddr

DMA destination address

0x0000 0000

Table 669. Channel Linked List Item registers (DMACC0LLI - address 0xFFE0 4108 and

DMACC1LLI - address 0xFFE0 4128) bit description

Bit

Symbol

Description

Reset Value

0

Reserved Reserved, read as zero, do not modify.

NA

1

R

Reserved, and must be written as 0, masked on read.

0

31:2

LLI

Linked list item. Bits [31:2] of the address for the next LLI.
Address bits [1:0] are 0.

0

Advertising