Chapter5 reset, 1 reset causes, Chapter 5 – Motorola MPC8260 User Manual

Page 185: Reset, Reset causes -1, Chapter 5, òreset, Y map and to chapter 5, òreset, Chapter 5 reset

Advertising
background image

MOTOROLA

Chapter 5. Reset

5-1

Chapter 5
Reset

50

50

The MPC8260 has several inputs to the reset logic:

¥

Power-on reset (PORESET)

¥

External hard reset (HRESET)

¥

External soft reset (SRESET)

¥

Software watchdog reset

¥

Bus monitor reset

¥

Checkstop reset

¥

JTAG reset

All of these reset sources are fed into the reset controller and, depending on the source of
the reset, different actions are taken. The reset status register, described in Section 5.2,
ÒReset Status Register (RSR),
Ó indicates the last sources to cause a reset.

5.1 Reset Causes

Table 5-1 describes reset causes.

Table 5-1. Reset Causes

Name Description

Power-on reset
(PORESET)

Input pin. Asserting this pin initiates the power-on reset ßow that resets all the chip and conÞgures
various attributes of the chip including its clock mode.

Hard reset
(HRESET)

This is a bidirectional I/O pin. The MPC8260 can detect an external assertion of HRESET only if it
occurs while the MPC8260 is not asserting reset. During HRESET, SRESET is asserted. HRESET is
an open-collector pin.

Soft reset
(SRESET)

Bidirectional I/O pin. The MPC8260 can only detect an external assertion of SRESET if it occurs while
the MPC8260 is not asserting reset. SRESET is an open-drain pin.

Software
watchdog reset

After the MPC8260Õs watchdog counts to zero, a software watchdog reset is signaled. The enabled
software watchdog event then generates an internal hard reset sequence.

Bus monitor
reset

After the MPC8260s bus monitor counts to zero, a bus monitor reset is asserted. The enabled bus
monitor event then generates an internal hard reset sequence.

Checkstop
reset

If the core enters checkstop state and the checkstop reset is enabled (RMR[CSRE] = 1), the checkstop
reset is asserted. The enabled checkstop event then generates an internal hard reset sequence.

JTAG reset

When JTAG logic asserts the JTAG soft reset signal, an internal soft reset sequence is generated.

Advertising