Memory Protection Unit (MPU)
MPC5606S Microcontroller Reference Manual, Rev. 7
888 Freescale Semiconductor
 
24.2.2.4 MPU Region Descriptor n (MPU_RGDn)
Each 128-bit (16 byte) region descriptor specifies a given memory space and the access attributes 
associated with that space. The descriptor definition is the very essence of the operation of the Memory 
Protection Unit. 
The region descriptors are organized sequentially in the MPU’s programming model and each of the four 
32-bit words are detailed in the subsequent sections.
24.2.2.4.1 MPU Region Descriptor n, Word 0 (MPU_RGDn.Word0)
The first word of the MPU region descriptor defines the 0-modulo-32 byte start address of the memory 
region. Writes to this word clear the region descriptor’s valid bit (see Section 24.2.2.4.4, MPU Region 
Descriptor n, Word 3 (MPU_RGDn.Word3) for more information).
Table 24-4. MPU_EDRn field descriptions
Field Description
0–15
EACD
Error Access Control Detail. This 16-bit read-only field implements one bit per region descriptor and is 
an indication of the region descriptor hit logically anded with the access error indication. The MPU 
performs a reference-by-reference evaluation to determine the presence/absence of an access error. 
When an error is detected, the hit-qualified access control vector is captured in this field.
If the MPU_EDRn register contains a captured error and the EACD field is all zeroes, this signals an 
access that did not hit in any region descriptor. All non-zero EACD values signal references that hit in a 
region descriptor(s), but failed due to a protection error as defined by the specific set bits. If only a single 
EACD bit is set, then the protection error was caused by a single non-overlapping region descriptor. If 
two or more EACD bits are set, then the protection error was caused in an overlapping set of region 
descriptors.
16–23
EPID
Error Process Identification. This 8-bit read-only field records the process identifier of the faulting 
reference. The process identifier is typically driven only by processor cores; for other bus masters, this 
field is cleared.
24–27
EMN
Error Master Number. This 4-bit read-only field records the logical master number of the faulting 
reference. This field is used to determine the bus master that generated the access error.
28–30
EATTR
Error Attributes. This 3-bit read-only field records attribute information about the faulting reference. The 
supported encodings are defined as:
0b000User mode, instruction access
0b001User mode, data access
0b010Supervisor mode, instruction access
0b011Supervisor mode, data access
All other encodings are reserved. For non-core bus masters, the access attribute information is typically 
wired to supervisor, data (0b011).
31
ERW
Error Read/Write. This 1-bit read-only field signals the access type (read, write) of the faulting reference.
0Read
1Write