Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
4
Добавлен:
18.07.2023
Размер:
8.82 Mб
Скачать

12. System Control and Reset

12.1Resetting the AVR

During reset, all I/O Registers are set to their initial values, and the program starts execution from the Reset Vector. The instruction placed at the Reset Vector must be a JMP – Absolute Jump – instruction to the reset handling routine. If the program never enables an interrupt source, the Interrupt Vectors are not used, and regular program code can be placed at these locations. This is also the case if the Reset Vector is in the Application section while the Interrupt Vectors are in the Boot section or vice versa. The circuit diagram in Figure 12-1 on page 58 shows the reset logic. “System and Reset Characteristics” on page 360 defines the electrical parameters of the reset circuitry.

The I/O ports of the AVR are immediately reset to their initial state when a reset source goes active. This does not require any clock source to be running.

After all reset sources have gone inactive, a delay counter is invoked, stretching the internal reset. This allows the power to reach a stable level before normal operation starts. The time-out period of the delay counter is defined by the user through the SUT and CKSEL Fuses. The different selections for the delay period are presented in “Clock Sources” on page 40.

12.2Reset Sources

The ATmega640/1280/1281/2560/2561 has five sources of reset:

Power-on Reset. The MCU is reset when the supply voltage is below the Power-on Reset threshold (VPOT)

External Reset. The MCU is reset when a low level is present on the RESET pin for longer than the minimum pulse length

Watchdog Reset. The MCU is reset when the Watchdog Timer period expires and the Watchdog is enabled

Brown-out Reset. The MCU is reset when the supply voltage AVCC is below the Brown-out Reset threshold (VBOT) and the Brown-out Detector is enabled

JTAG AVR Reset. The MCU is reset as long as there is a logic one in the Reset Register, one of the scan chains of the JTAG system. Refer to the section “IEEE 1149.1 (JTAG) Boundary-scan” on page 295 for details

ATmega640/V-1280/V-1281/V-2560/V-2561/V [DATASHEET]

57

2549Q–AVR–02/2014

Figure 12-1. Reset Logic

 

 

 

 

 

 

DATA BUS

 

 

MCU Status

 

 

Register (MCUSR)

AVCC

Brown-out

PORF

BORF EXTRF

WDRF JTRF

 

 

 

BODLEVEL [2..0]

Reset Circuit

 

 

 

 

 

 

 

 

Power-on Reset

 

 

 

 

Circuit

 

 

 

Pull-up Resistor

 

 

 

 

SPIKE

 

 

 

 

FILTER

 

 

 

 

JTAG Reset

 

 

 

 

Register

 

 

 

 

 

Watchdog

 

 

 

 

Oscillator

 

 

 

Clock

CK

Delay Counters

 

 

 

Generator

 

 

TIMEOUT

 

 

 

 

 

CKSEL[3:0]

SUT[1:0]

12.2.1Power-on Reset

A Power-on Reset (POR) pulse is generated by an On-chip detection circuit. The detection level is defined in “System and Reset Characteristics” on page 360. The POR is activated whenever VCC is below the detection level. The POR circuit can be used to trigger the start-up Reset, as well as to detect a failure in supply voltage.

A Power-on Reset (POR) circuit ensures that the device is reset from Power-on. Reaching the Power-on Reset threshold voltage invokes the delay counter, which determines how long the device is kept in RESET after VCC rise. The RESET signal is activated again, without any delay, when VCC decreases below the detection level.

Figure 12-2. MCU Start-up, RESET Tied to VCC

 

VCC

 

VPOT

 

 

 

 

 

 

 

 

 

 

 

 

VRST

 

 

RESET

 

 

 

 

 

 

 

 

TIME-OUT

 

 

tTOUT

 

 

 

 

 

 

 

 

 

 

 

INTERNAL

RESET

ATmega640/V-1280/V-1281/V-2560/V-2561/V [DATASHEET]

58

2549Q–AVR–02/2014

Figure 12-3. MCU Start-up, RESET Extended Externally

VPOT

VCC

VRST

RESET

tTOUT

TIME-OUT

INTERNAL

RESET

12.2.2External Reset

An External Reset is generated by a low level on the RESET pin. Reset pulses longer than the minimum pulse width (see “System and Reset Characteristics” on page 360) will generate a reset, even if the clock is not running. Shorter pulses are not guaranteed to generate a reset. When the applied signal reaches the Reset Threshold Voltage – VRST – on its positive edge, the delay counter starts the MCU after the Time-out period – tTOUT – has expired.

Figure 12-4. External Reset During Operation

CC

12.2.3Brown-out Detection

ATmega640/1280/1281/2560/2561 has an On-chip Brown-out Detection (BOD) circuit for monitoring the AVCC level during operation by comparing it to a fixed trigger level. The trigger level for the BOD can be selected by the BODLEVEL Fuses. The trigger level has a hysteresis to ensure spike free Brown-out Detection. The hysteresis on the detection level should be interpreted as VBOT+ = VBOT + VHYST/2 and VBOT- = VBOT - VHYST/2.

When the BOD is enabled, and AVCC decreases to a value below the trigger level (VBOT- in Figure 12-5 on page 60), the Brown-out Reset is immediately activated. When AVCC increases above the trigger level (VBOT+ in Figure

12-5 on page 60), the delay counter starts the MCU after the Time-out period tTOUT has expired.

The BOD circuit will only detect a drop in AVCC if the voltage stays below the trigger level for longer than tBOD given in “System and Reset Characteristics” on page 360.

ATmega640/V-1280/V-1281/V-2560/V-2561/V [DATASHEET]

59

2549Q–AVR–02/2014