199
/
838
Nations Technologies Inc.
Tel
:
+86-755-86309900
:
Address: Nations Tower, #109 Baoshen Road, Hi-tech Park North.
Nanshan District, Shenzhen, 518057, P.R.China
Bit field
Name
Description
31:0
ADDR
Peripheral address.
Peripheral starting address for DMA to read/write from/to.
Increment of address will be decided by DMA_CHCFGx.PSIZE. With
DMA_CHCFGx.PSIZE equal to 01, DMA ignores bit 0 of PADDR and if
DMA_CHCFGx.PSIZE equal to 10 DMA will ignore bit [1:0] of PADDR.
8.5.7
DMA channel x memory address register (DMA_MADDRx)
The x is channel number, x = 1…8
Address offset: 0x14+20 * (x–1)
Reset value: 0x0000 0000
This register can only be written if the channel is disabled (DMA_CHCFGx.CHEN = 0).
Bit field
Name
Description
31:0
ADDR
ADDR Memory address.
Memory starting address for DMA to read/write from/to.
Increment of address will be decided by DMA_CHCFGx.MSIZE. With
DMA_CHCFGx.MSIZE equal to 01, DMA ignores bit 0 of MADDR and if
DMA_CHCFGx.MSIZE equal to 10 DMA will ignore bit [1:0] of MADDR.
8.5.8
DMA1 channel x channel request select register (DMA1_CHSELx)
The x is channel number, x = 1…8
Address offset: 0x18+20 * (x–1)
Reset value: 0x0000 0000
Writing to this register is only valid when the channel MAP is enabled (DMA_CHMAPEN.MAP_EN=1). This
register is used to manage the DMA1 channel mapped by the DMA1 peripheral request.
Note: After the channel MAP is enabled, DMA channel selection register will change to the default value. It is