Control Registers and Control Packets
606
SPNU503C – March 2018
Copyright © 2018, Texas Instruments Incorporated
Direct Memory Access Controller (DMA) Module
16.3.1.58 DMA Memory Protection Region 1 Start Address Register (DMAMPR1S)
Figure 16-74. DMA Memory Protection Region 1 Start Address Register (DMAMPR1S)
[offset = 1C0h]
31
16
STARTADDRESS
R/WP-0
15
0
STARTADDRESS
R/WP-0
LEGEND: R/W = Read/Write; R = Read only; WP = Write in privilege mode only; -
n
= value after reset
Table 16-66. DMA Memory Protection Region 1 Start Address Register (DMAMPR1S)
Field Descriptions
Bit
Field
Value
Description
31-0
STARTADDRESS
0-FFFF FFFFh
Start Address defines the address at which the region begins. The effective start address
is truncated to the nearest word address, that is, 0x103 = 0x100.
16.3.1.59 DMA Memory Protection Region 1 End Address Register (DMAMPR1E)
Figure 16-75. DMA Memory Protection Region 1 End Address Register (DMAMPR1E)
[offset = 1C4h]
31
16
ENDADDRESS
R/WP-0
15
0
ENDADDRESS
R/WP-0
LEGEND: R/W = Read/Write; R = Read only; WP = Write in privilege mode only; -
n
= value after reset
Table 16-67. DMA Memory Protection Region 1 End Address Register (DMAMPR1E)
Field Descriptions
Bit
Field
Value
Description
31-0
ENDADDRESS
0-FFFF FFFFh
End Address defines the address at which the region ends. The end address usually is
larger than the start address for this region; otherwise, the region will wrap around at the
end of the address space. The end address is the start address plus the region length
minus 1. The effective end address is rounded up to the nearest 32-bit word end address,
that is, 0x200 = 0x203.
Note: When using 64-bit transfers, the address is rounded up to the nearest 64-bit
word end address, that is, 0x200 = 0x207. All other transfers are rounded up to the
nearest 32-bit word end address.