6 transfer with dma – Rainbow Electronics AT91CAP9S250A User Manual

Page 854

Advertising
background image

854

6264A–CAP–21-May-07

AT91CAP9S500A/AT91CAP9S250A

44.4.6

Transfer With DMA

USB packets of any length may be transferred when required by the UDPHS Device. These
transfers always feature sequential addressing.

Packet data AHB bursts may be locked on a DMA buffer basis for drastic overall AHB bus band-
width performance boost with paged memories. These clock-cycle consuming memory row (or
bank) changes will then likely not occur, or occur only once instead of dozens times, during a
single big USB packet DMA transfer in case another AHB master addresses the memory. This
means up to 128-word single-cycle unbroken AHB bursts for Bulk endpoints and 256-word sin-
gle-cycle unbroken bursts for isochronous endpoints. This maximum burst length is then
c o n t r o l l e d b y t h e l o w e s t p r o g r a m m e d U S B e n d p o i n t s i z e ( E P T _ S I Z E b i t i n t h e
U D P H S _ E P T C F G x r e g i s t e r ) a n d D M A S i z e ( B U F F _ L E N G T H b i t i n t h e
UDPHS_DMACONTROLx register).

The USB 2.0 device average throughput may be up to nearly 60 MBytes. Its internal slave aver-
age access latency decreases as burst length increases due to the 0 wait-state side effect of
unchanged endpoints. If at least 0 wait-state word burst capability is also provided by the exter-
nal DMA AHB bus slaves, each of both DMA AHB busses need less than 50% bandwidth
allocation for full USB 2.0 bandwidth usage at 30 MHz, and less than 25% at 60 MHz.

The UDPHS DMA Channel Transfer Descriptor is described in

“UDPHS DMA Channel Transfer

Descriptor” on page 904

.

Note: In case of debug, be careful to addrress the DMA to an SRAM address even if a remap is
done.

Figure 44-5. Example of DMA Chained List

Data Buff 1

Data Buff 2

Data Buff 3

Memory Area

Transfer Descriptor

Next Descriptor Address

DMA Channel Address

DMA Channel Control

Transfer Descriptor

Next Descriptor Address

DMA Channel Address

DMA Channel Control

Transfer Descriptor

Next Descriptor Address

DMA Channel Address

DMA Channel Control

UDPHS Registers

(Current Transfer Descriptor)

UDPHS Next Descriptor

DMA Channel Address

DMA Channel Control

Null

Advertising