beautypg.com

Watchdog timer during power-down mode and idle, Register – Rainbow Electronics T89C5115 User Manual

Page 64

background image

64

T89C5115

4128A–8051–04/02

WatchDog Timer
during Power-down
Mode and Idle

In Power-down mode the oscillator stops, which means the WDT also stops. While in
Power-down mode, the user does not need to service the WDT. There are 2 methods of
exiting Power-down mode: by a hardware reset or via a level activated external interrupt
which is enabled prior to entering Power-down mode. When Power-down is exited with
hardware reset, the WatchDog is disabled. Exiting Power-down with an interrupt is sig-
nificantly different. The interrupt shall be held low long enough for the oscillator to
stabilize. When the interrupt is brought high, the interrupt is serviced. To prevent the
WDT from resetting the device while the interrupt pin is held low, the WDT is not started
until the interrupt is pulled high. It is suggested that the WDT be reset during the inter-
rupt service for the interrupt used to exit Power-down.

To ensure that the WDT does not overflow within a few states of exiting powerdown, it is
best to reset the WDT just before entering powerdown.

In the Idle mode, the oscillator continues to run. To prevent the WDT from resetting
T89C5115 while in Idle mode, the user should always set up a timer that will periodically
exit Idle, service the WDT, and re-enter Idle mode.

Register

Table 45. WDTPRG Register

WDTPRG (S:A7h)
WatchDog Timer Duration Programming Register

Reset Value = xxxx x000b

7

6

5

4

3

2

1

0

-

-

-

-

-

S2

S1

S0

Bit

Number

Bit

Mnemonic

Description

7

-

Reserved
The value read from this bit is indeterminate. Do not set this bit.

6

-

Reserved
The value read from this bit is indeterminate. Do not set this bit.

5

-

Reserved
The value read from this bit is indeterminate. Do not set this bit.

4

-

Reserved
The value read from this bit is indeterminate. Do not set this bit.

3

-

Reserved
The value read from this bit is indeterminate. Do not set this bit.

2

S2

WatchDog Timer Duration selection bit 2
Work in conjunction with bit 1 and bit 0.

1

S1

WatchDog Timer Duration selection bit 1
Work in conjunction with bit 2 and bit 0.

0

S0

WatchDog Timer Duration selection bit 0
Work in conjunction with bit 1 and bit 2.