Chapter 10 System Status and Configuration Module (SSCM)
MPC5602P Microcontroller Reference Manual, Rev. 4
Freescale Semiconductor
233
10.2.2.3
Error Configuration (ERROR) register
The Error Configuration register is a read-write register that controls the error handling of the system.
NOTE
Transfers to Peripheral Bus resources may be aborted even before they
reach the Peripheral Bus (i.e., at the PRIDGE level). In this case, the PAE
and RAE register bits will have no effect on the abort.
10.2.2.4
Debug Status Port (DEBUGPORT) register
The Debug Status Port register provides debug data on a set of pins.
Address: Base + 0x0006
Access: User read/write
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
R
0
0
0
0
0
0
0
0
0
0
0
0
0
0
PAE
RAE
W
Reset
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Figure 10-5. Error Configuration (ERROR) register
Table 10-6. ERROR field descriptions
Field
Description
PAE
Peripheral Bus Abort Enable
This bit enables bus aborts on any access to a peripheral slot that is not used on the device. This feature
is intended to aid in debugging when developing application code.
1: Illegal accesses to non-existing peripherals produce a Prefetch or Data Abort exception.
0: Illegal accesses to non-existing peripherals do not produce a Prefetch or Data Abort exception.
RAE
Register Bus Abort Enable
This bit enables bus aborts on illegal accesses to off-platform peripherals. Illegal accesses are defined
as reads or writes to reserved addresses within the address space for a particular peripheral. This feature
is intended to aid in debugging when developing application code.
1: Illegal accesses to peripherals produce a Prefetch or Data Abort exception.
0: Illegal accesses to peripherals do not produce a Prefetch or Data Abort exception.
Table 10-7. ERROR allowed register accesses
Access type
Access width
8-bit
16-bit
32-bit
Read
Allowed
Allowed
Allowed
Write
Allowed
Allowed
Not allowed