
Register Definitions
10-6
ADSP-BF59x Blackfin Processor Hardware Reference
watchdog timer is disabled. A write to the
WDOG_CNT
register while the
timer is enabled does not modify the contents of this register.
Watchdog Status (WDOG_STAT) Register
The 32-bit
WDOG_STAT
register, shown in
Figure 10-3
, contains the current
count value of the watchdog timer. Reads to
WDOG_STAT
return the current
count value. Values cannot be stored directly in
WDOG_STAT
, but are instead
copied from
WDOG_CNT
. This can happen in two ways.
• While the watchdog timer is disabled, writing the
WDOG_CNT
register
pre-loads the
WDOG_STAT
register.
• While the watchdog timer is enabled, but not rolled over yet,
writes to the
WDOG_STAT
register load it with the value in
WDOG_CNT
.
Enabling the watchdog timer does not automatically reload
WDOG_STAT
from
WDOG_CNT
.
The
WDOG_STAT
register is a 32-bit unsigned system MMR that must be
accessed with 32-bit reads and writes.
Figure 10-2. Watchdog Count Register
Watchdog Count Register (WDOG_CNT)
15 14
13 12
11 10
9
8
7
6
5
4
3
2
1
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
31 30
29 28
27 26
25 24
23 22
21 20
19
18 17 16
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Reset = 0x0000 0000
Watchdog Count[
3
1:16]
Watchdog Count[15:0]
Summary of Contents for ADSP-BF59x Blackfin
Page 64: ...Development Tools 1 22 ADSP BF59x Blackfin Processor Hardware Reference...
Page 74: ...Processor Specific MMRs 2 10 ADSP BF59x Blackfin Processor Hardware Reference...
Page 244: ...Programming Examples 6 40 ADSP BF59x Blackfin Processor Hardware Reference...
Page 700: ...Programming Examples 16 78 ADSP BF59x Blackfin Processor Hardware Reference...
Page 738: ...Boundary Scan Architecture B 8 ADSP BF59x Blackfin Processor Hardware Reference...