WDT - (Arm SP805)
WDT - (Arm SP805)
WDT - (Arm SP805)
Revision: r1p0
Change history
Proprietary Notice
Words and logos marked with ® or ™ are registered trademarks or trademarks of ARM Limited in the EU and
other countries, except as otherwise stated below in this proprietary notice. Other brands and names
mentioned herein may be the trademarks of their respective owners.
Neither the whole nor any part of the information contained in, or the product described in, this document
may be adapted or reproduced in any material form except with the prior written permission of the copyright
holder.
The product described in this document is subject to continuous developments and improvements. All
particulars of the product and its use contained in this document are given by ARM Limited in good faith.
However, all warranties implied or expressed, including but not limited to implied warranties of
merchantability, or fitness for purpose, are excluded.
This document is intended only to assist the reader in the use of the product. ARM Limited shall not be liable
for any loss or damage arising from the use of any information in this document, or any error or omission in
such information, or any incorrect use of the product.
Confidentiality Status
This document is Non-Confidential. The right to use, copy and disclose this document may be subject to
license restrictions in accordance with the terms of the agreement entered into by ARM and the party that
ARM delivered this document to.
Product Status
Web Address
http://www.arm.com
ii Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Contents
ARM Watchdog Module (SP805) Technical
Reference Manual
Preface
About this book .............................................................................................. x
Feedback ..................................................................................................... xiv
Chapter 1 Introduction
1.1 About the Watchdog module (SP805) ........................................................ 1-2
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. iii
Contents
iv Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
List of Tables
ARM Watchdog Module (SP805) Technical
Reference Manual
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. v
List of Tables
vi Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
List of Figures
ARM Watchdog Module (SP805) Technical
Reference Manual
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. vii
List of Figures
viii Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Preface
This preface introduces the ARM Watchdog module (SP805) and its reference
documentation. It contains the following sections:
• About this book on page x
• Feedback on page xiv.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. ix
Preface
Intended audience
Chapter 1 Introduction
Read this chapter for an introduction to the ARM Watchdog module and
its features.
The rnpn identifier indicates the revision status of the product described in this
document, where:
x Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Preface
Typographical conventions
monospace bold Denotes language keywords when used outside example code.
Other conventions
This document uses other conventions. They are described in the following sections:
• Signals
• Bytes, Halfwords, and Words on page xii
• Bits, bytes, k, and M on page xii
• Register fields on page xii.
Signals
When a signal is described as being asserted, the level depends on whether the signal is
active HIGH or active LOW. Asserted means HIGH for active high signals and LOW
for active low signals:
Prefix n Active LOW signals are prefixed by a lowercase n except in the case of
AHB or APB reset signals. These are named HRESETn and PRESETn
respectively.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. xi
Preface
Suffix K When used to indicate an amount of memory means 1024. When used to
indicate a frequency means 1000.
Suffix M When used to indicate an amount of memory means 10242 = 1 048 576.
When used to indicate a frequency means 1 000 000.
Register fields
All reserved or unused address locations must not be accessed as this can result in
unpredictable behavior of the device.
All reserved or unused bits of registers must be written as zero, and ignored on read
unless otherwise stated in the relevant text.
All registers bits are reset to logic 0 by a system reset unless otherwise stated in the
relevant text.
Unless otherwise stated in the relevant text, all registers support read and write accesses.
A write updates the contents of the register and a read returns the contents of the register.
All registers defined in this document can only be accessed using word reads and word
writes, unless otherwise stated in the relevant text.
Further reading
This section lists publications from ARM Limited that provide additional information
about ARM devices.
xii Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Preface
ARM publications
This document contains information that is specific to the ARM Watchdog module.
Refer to the following document for other relevant information:
• AMBA Specification (Rev 2.0) (ARM IHI 0011).
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. xiii
Preface
Feedback
ARM Limited welcomes feedback on both the ARM Watchdog module (SP805), and
its documentation.
If you have any problems with the ARM Watchdog module (SP805), contact your
supplier. To help us provide a rapid and useful response, give:
• details of the release you are using
• details of the platform you are running on, such as the hardware platform,
operating system type and version
• a small standalone sample of code that reproduces the problem
• a clear explanation of what you expected to happen, and what actually happened
• the commands you used, including any command-line options
• sample output illustrating the problem
• the version string of the tool, including the version number and date.
If you have any comments on this book, send email to errata@arm.com giving:
• the document title
• the document number
• the page number(s) to which your comments apply
• a concise explanation of your comments.
xiv Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Chapter 1
Introduction
This chapter introduces the ARM Watchdog module (SP805). It contains the following
section:
• About the Watchdog module (SP805) on page 1-2.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 1-1
Introduction
The Watchdog module is an AMBA slave module and connects to the Advanced
Peripheral Bus (APB). The Watchdog module consists of a 32-bit down counter with a
programmable timeout interval that has the capability to generate an interrupt and a
reset signal on timing out. It is intended to be used to apply a reset to a system in the
event of a software failure.
1.1.1 Features
• Compliance to the AMBA Specification (Rev 2.0) for easy integration into an SoC
implementation.
• Separate Watchdog clock with clock enable for flexible control of the timeout
interval.
• Reset signal generation on timeout if the interrupt from the previous timeout
remains unserviced by software.
• Identification registers that uniquely identify the Watchdog module. These can be
used by software to automatically configure itself.
Figure 1-1 on page 1-3 shows a simplified block diagram of the Watchdog module.
Note
Test logic is not shown in Figure 1-1 on page 1-3 for clarity.
1-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Introduction
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 1-3
Introduction
1-4 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Chapter 2
Functional Overview
This chapter describes the ARM Watchdog module (SP805) operation. It contains the
following sections:
• Watchdog module (SP805) overview on page 2-2
• Functional description on page 2-3
• Operation on page 2-7
• Interrupt behavior on page 2-9
• Programming the timeout interval on page 2-10
• Identification registers on page 2-12.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-1
Functional Overview
The Watchdog module interrupt and reset generation can be enabled or disabled as
required by use of the Control Register, WdogControl. When the interrupt generation is
disabled then the counter is stopped. When the interrupt is re-enabled then the counter
starts from the value programmed in WdogLoad, and not from the last count value.
Write access to the registers in the Watchdog module can be disabled by the use of the
Watchdog module Lock Register, WdogLock. Writing a value of 0x1ACCE551 to the
register enables write accesses to all of the other registers. Writing any other value
disables write accesses to all registers except the Lock Register. This feature protects
the Watchdog module registers from being spuriously changed by runaway software
that might otherwise disable the Watchdog module operation.
2-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Functional Overview
The AMBA APB slave interface generates read and write decodes for accesses to all
registers in the Watchdog module.
The Lock Register, WdogLock, is used to control the enabling of write accesses to all
the other registers in order to ensure software cannot unintentionally disable the
Watchdog module operation.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-3
Functional Overview
The free running counter block contains the 32-bit down counter functionality and
generates the interrupt and reset signal outputs. The counter and interrupt/reset logic is
clocked independently of PCLK by WDOGCLK in conjunction with a clock enable,
WDOGCLKEN, although there are constraints on the relationship between PCLK and
WDOGCLK. See Clock signals for details of these constraints.
PCLK This is used to time all APB accesses to the Watchdog module registers.
WDOGCLK
This clock, in conjunction with its clock enable, WDOGCLKEN, is used
to clock the Watchdog module counter and its associated interrupt and
reset generation logic. The Watchdog counter only decrements on a rising
edge of WDOGCLK when WDOGCLKEN is HIGH. The relationship
between WDOGCLK and PCLK must observe the following
constraints:
• the rising edges of WDOGCLK must be synchronous and
balanced with a rising edge of PCLK
• the WDOGCLK frequency cannot be greater than the PCLK
frequency.
2-4 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Functional Overview
Figure 2-2 shows the case where WDOGCLK is identical to PCLK and
WDOGCLKEN is permanently enabled. In this case, the Watchdog module counter is
decremented on every WDOGCLK edge.
PCLK
WDOGCLK
WDOGCLKEN=1
Figure 2-2 Clock example where WDOGCLK equals PCLK and WDOGCLKEN equals 1
Figure 2-3 shows the case where WDOGCLK is identical to PCLK but
WDOGCLKEN only enables every second WDOGCLK edge. In this case, the
Watchdog module counter is decremented on every second WDOGCLK rising edge.
Count n n-1
PCLK
WDOGCLK
WDOGCLKEN
Figure 2-3 Clock example where WDOGCLK equals PCLK and WDOGCLKEN is pulsed
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-5
Functional Overview
Figure 2-4 shows the case where the WDOGCLK frequency is a submultiple of the
PCLK frequency but the rising edges of WDOGCLK are synchronous and balanced
with PCLK edges. WDOGCLKEN is permanently enabled. In this case, the Watchdog
module counter is decremented on every WDOGCLK rising edge.
Count n n-1
PCLK
WDOGCLK
WDOGCLKEN=1
Figure 2-4 Clock example where WDOGCLK is less than PCLK and WDOGCLKEN=1
Figure 2-5 shows the case where WDOGCLK frequency is a sub-multiple of the
PCLK frequency but the rising edges of WDOGCLK are synchronous and balanced
with PCLK edges. WDOGCLKEN only enables every second WDOGCLK edge. In
this case, the Watchdog module counter is decremented on every second WDOGCLK
rising edge.
Count n n-1
PCLK
WDOGCLK
WDOGCLKEN
Figure 2-5 Clock example where WDOGCLK is less than PCLK and WDOGCLKEN is pulsed
2-6 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Functional Overview
2.3 Operation
After the initial application and release of PRESETn and WDOGRESn, the Control
Register is reset and interrupt and reset generation is disabled. The Lock Register,
WdogLock, is initialized in the unlocked state so that write access to all Watchdog
module registers is enabled. The Watchdog counter remains at its initial value
(0xFFFFFFFF) until the interrupt generation is enabled by setting the INTEN bit in the
WdogControl Register.
The WdogLoad Register must be programmed with the desired timeout interval before
the Watchdog module is enabled. After the INTEN bit is set, the counter is loaded with
the value in the WdogLoad Register on the next rising edge of WDOGCLK enabled by
WDOGCLKEN. On each subsequent enabled WDOGCLK rising edge the counter
decrements by one. When the counter reaches zero an interrupt is generated and the
Watchdog interrupt signal, WDOGINT, is asserted. The counter is then reloaded from
the value in the WdogLoad Register and starts another count down sequence.
The interrupt is cleared by a write of any data value to the WdogIntClr Register. This
causes the counter to reload with the value held in the WdogLoad Register and another
count down sequence starts. If the interrupt is not cleared before the counter next
reaches zero then the WDOGRES signal is asserted if the reset enable bit, RESEN, in
the WdogControl Register is set. After the WDOGRES signal is asserted, the counter
stops.
In a SoC, the WDOGRES signal is used to reset a system that has got into an
unpredictable state. Therefore, the Watchdog module expects to be reset by PRESETn
and WDOGRESn and the initialization procedure starts again.
To protect the Watchdog module registers from being changed unintentionally, the Lock
Register, WdogLock, must be used to disable the write access to the Watchdog module
registers after registers have been modified. To enable write access to all registers, write
0x1ACCE551 to the Lock Register, WdogLock. After writing to the required Watchdog
registers, disable write access to all registers except the Lock Register by writing any
value other than 0x1ACCE551 to the Lock Register. Reading the Lock Register returns the
lock status rather than the 32-bit value written. Therefore, when write accesses are
disabled, reading the lock register returns 0x00000001 (locked) otherwise the return
value is 0x00000000 (unlocked).
If the Load Register, WdogLoad, is written to with a new value while the Watchdog
counter is decrementing then the counter is reloaded immediately with the new load
value and continues decrementing from the new value. Writing to WdogLoad does not
clear an active interrupt. An interrupt must be specifically cleared by writing to the
Interrupt Clear Register, WdogIntClr.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-7
Functional Overview
If the interrupt generation is disabled by clearing the INTEN bit in the Control Register,
WdogControl, the counter stops at its current value. When the interrupt generation is
enabled again the counter reloads from the Load Register, WdogLoad, and starts to
decrement.
2-8 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Functional Overview
Figure 2-6 shows an example of the timing for an interrupt being raised and cleared.
PCLK
WDOGCLK
WDOGCLKEN
Interrupt cleared immediately on write
WDOGINT Interrupt asserted when counter to Clear Interrupt Register
reaches zero
PSEL
PENABLE
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-9
Functional Overview
The Watchdog counter is reloaded from the Load Register, WdogLoad, whenever:
• the interrupt generation is enabled by setting the INTEN bit in the Control
Register, WdogControl, when it was previously disabled
The time interval between the counter load occurring, and the counter reaching zero and
generating an interrupt is given by the following expression:
The initial reset value for WdogLoad is 0xFFFFFFFF and for an example effective
watchdog frequency of 1MHz (period of 1ms) the interrupt interval is 4295 seconds.
Table 2-1 on page 2-11 shows examples of WdogLoad values required for a variety of
interrupt intervals when the effective watchdog clock frequency is 1MHz.
2-10 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Functional Overview
WdogLoad
Interrupt interval
(ms)
Hex Decimal
1 0x000003E7 999
50 0x00001387 4999
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 2-11
Functional Overview
2-12 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Chapter 3
Programmer’s Model
This chapter describes the registers of the ARM Watchdog module (SP805). It contains
the following sections:
• Summery of registers on page 3-2
• Register descriptions on page 3-4.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-1
Programmer’s Model
Reset
Address Type Width Name Description
value
Base + 0x10 Read-only 1 0x0 WdogRIS See Raw Interrupt Status Register,
WdogRIS on page 3-5
Base + 0x14 Read-only 1 0x0 WdogMIS See Masked Interrupt Status Register,
WdogMIS on page 3-5
Base + 0xF00 Read/write 1 0x0 WdogITCR See Integration Test Control Register,
WdogITCR on page 4-4
Base + 0xF04 Write-only 2 0x0 WdogITOP See Integration Test Output Set
Register, WdogITOP on page 4-4
3-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model
Reset
Address Type Width Name Description
value
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-3
Programmer’s Model
This is a 32-bit read/write register that contains the value from which the counter is to
decrement. When this register is written to, the count is immediately restarted from the
new value. The minimum valid value for WdogLoad is 1. If WdogLoad is set to 0 then
an interrupt is generated immediately.
This read-only 32-bit register gives the current value of the decrementing counter.
This is a read/write register that enables the software to control the Watchdog module.
Table 3-2 shows the bit assignment of the WdogControl Register.
[31:2] - - Reserved.
[1] RESEN Read/write Enable Watchdog module reset output, WDOGRES. Acts as a mask for the reset
output. Set HIGH to enable the reset, and LOW to disable the reset.
[0] INTEN Read/write Enable the interrupt event, WDOGINT. Set HIGH to enable the counter and the
interrupt, and set LOW to disable the counter and interrupt. Reloads the counter from
the value in WdogLoad when the interrupt is enabled, and was previously disabled.
3-4 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model
A write of any value to this location clears the Watchdog module interrupt, and reloads
the counter from the value in the WdogLoad Register.
This register indicates the raw interrupt status from the counter. The Raw Interrupt
Status Register indicates that an interrupt has been raised by the Watchdog counter
reaching zero. Table 3-3 shows the bit assignment of the WdogRIS Register.
[31:1] - - Reserved
This register indicates the masked interrupt status from the counter. This value is the
logical AND of the raw interrupt status with the INTEN bit from the Control Register,
and is the same value that is passed to the interrupt output pin WDOGINT. Table 3-4
shows the bit assignment of the WdogMIS Register.
[31:1] - - Reserved
This register allows write-access to all other registers to be disabled. This is to prevent
rogue software from disabling the Watchdog module operation. Writing a value of
0x1ACCE551 enables write access to all other registers. Writing any other value disables
write accesses. A read from this register returns the lock status rather than the value
written:
• 0 indicates that write access is enabled (not locked)
• 1 indicates that write access is disabled (locked).
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-5
Programmer’s Model
[31:0] WDOGLOCK Read/write Writing 0x1ACCE551 to this register enables write access to all other registers.
Writing any other value disables write access to all other registers.
A read returns the lock status:
0x00000000 = write access to all other registers is enabled
0x00000001 = write access to all other registers is disabled.
The WdogPeriphID0-3 registers are four 8-bit registers, that span address locations
0xFE0-0xFEC. The registers can conceptually be treated as a 32-bit register. The read-only
registers provide the peripheral options listed in Table 3-6.
Bits Function
PartNumber[11:0] This is used to identify the peripheral. The three digits product code 0x805 is used.
Designer ID[19:12] This is the identification of the designer. ARM Limited is 0x41 (ASCII A).
Revision[23:20] This is the revision number of the peripheral. The revision number starts from 0.
Configuration[31:24] This is the configuration option of the peripheral. The configuration value is 0.
Figure 3-1 on page 3-7 shows the bit assignment for the WdogPeriphID0-3 registers.
3-6 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model
Revision Part
Configuration Designer 1 Designer 0 Part number 0
Actual register bit number number 1
assignment
7 07 43 07 43 07 0
31 24 23 20 19 16 15 12 11 87 0
Conceptual register
bit assignment Configuration
Revision
Designer Part number
number
Note
When you design a system memory map you must remember that the Watchdog module
has a 4KB-memory footprint. The 4-bit revision number is implemented by
instantiating a component called RevAnd four times with its inputs tied off as
appropriate, and the output sent to the read multiplexor. All memory accesses to the
Peripheral Identification Registers must be 32-bit, using the LDR instruction.
The four, 8-bit peripheral identification registers are described in the following
subsections:
• Peripheral Identification Register 0, WdogPeriphID0 on page 3-8
• Peripheral Identification Register 1, WdogPeriphID1 on page 3-8
• Peripheral Identification Register 2, WdogPeriphID2 on page 3-8
• Peripheral Identification Register 3, WdogPeriphID3 on page 3-9.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-7
Programmer’s Model
The WdogPeriphID0 Register is hard-coded and the fields in the register determine the
reset value. Table 3-7 shows the bit assignment of the WdogPeriphID0 Register.
The WdogPeriphID1 Register is hard-coded and the fields in the register determine the
reset value. Table 3-8 shows the bit assignment of the WdogPeriphID1 Register.
The WdogPeriphID2 Register is hard-coded and the fields in the register determine the
reset value. Table 3-9 shows the bit assignment of the WdogPeriphID2 Register.
3-8 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model
The WdogPeriphID3 register is hard-coded and the fields in the register determine the
reset value. Table 3-10 shows the bit assignment of the WdogPeriphID3 register.
The WdogPCellID0-3 registers are four 8-bit registers, that span address locations
0xFF0-0xFFC. The read-only registers can conceptually be treated as a 32-bit register. The
register is used as a standard cross-peripheral identification system. The WdogPCellID
register is set to 0xB105F00D. Figure 3-2 shows the bit assignment for the
WdogPCellID0-3 registers.
31 24 23 16 15 87 0
Conceptual register
bit assignment WdogPCellID3 WdogPCellID2 WdogPCellID1 WdogPCellID0
The four, 8-bit PrimeCell identification registers are described in the following
subsections:
• PrimeCell Identification Register 0, WdogPCellID0 on page 3-10
• PrimeCell Identification Register 1, WdogPCellID1 on page 3-10
• PrimeCell Identification Register 2, WdogPCellID2 on page 3-10
• PrimeCell Identification Register 3,WdogPCellID3 on page 3-11.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-9
Programmer’s Model
The WdogPCellID0 register is hard-coded and the fields in the register determine the
reset value. Table 3-11 shows the bit assignment of the WdogPCellID0 register.
The WdogPCellID1 register is hard-coded and the fields in the register determine the
reset value. Table 3-12 shows the bit assignment of the WdogPCellID1 register.
The WdogPCellID2 register is hard-coded and the fields in the register determine the
reset value. Table 3-13 shows the bit assignment of the WdogPCellID2 register.
3-10 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model
The WdogPCellID3 register is hard-coded and the fields in the register determine the
reset value. Table 3-14 shows the bit assignment of the WdogPCellID3 register.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 3-11
Programmer’s Model
3-12 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Chapter 4
Programmer’s Model for Test
This chapter describes the additional logic for functional verification and production
testing. It contains the following section:
• Integration test harness overview on page 4-2
• Scan testing on page 4-3
• Test registers on page 4-4.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 4-1
Programmer’s Model for Test
Figure 3-1 shows a block diagram of the output integration test harness and how the
WDOGINT and WDOGRES output signals are controlled in integration test mode.
WDOGITOP WDogITOP[1] 1
WDOGINT
Register WDogITOP[0] 0
WDOGITCR
ITEN
Register
4-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Programmer’s Model for Test
The Watchdog module includes placeholder signals to aid the scan insertion process:
• SCANENABLE
• SCANINPCLK
• SCANOUTPCLK.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. 4-3
Programmer’s Model for Test
This is a single-bit register used to enable integration test mode. When in this mode, the
masked interrupt output, WDOGINT, and reset output, WDOGRES, are directly
controlled by the test output set register. Table 4-1 shows the bit assignment of the
WdogITCR Register.
[31:1] - - Reserved.
[0] ITEN Read/write Integration test enable. When this bit is 1 the Watchdog is placed in integration test
mode, otherwise it is in normal mode.
When in integration test mode, the enabled interrupt output and reset output are driven
directly from the values in this register. Table 4-2 shows the bit assignment of the
WdogITOP register.
[31:2] - - Reserved
[1] WDOGINT Write Value output on WDOGINT when in integration test mode
[0] WDOGRES Write Value output on WDOGRES when in integration test mode
4-4 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Appendix A
Signal Descriptions
This chapter describes the Watchdog module signals. It contains the following sections:
• AMBA APB signals on page A-2
• Non-AMBA signals on page A-3.
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. A-1
Signal Descriptions
PRESETn Input Reset controller APB bus reset signal, active LOW.
PENABLE Input APB bridge AMBA APB enable signal. PENABLE is asserted HIGH for
one cycle of PCLK to enable a bus transfer.
PSEL Input APB bridge Watchdog module select signal from the decoder within the APB
bridge. When HIGH this signal indicates the slave device is
selected by the APB bridge, and that a data transfer is required.
PWRITE Input APB bridge AMBA APB transfer direction signal, indicates a write access
when HIGH, read access when LOW.
PWDATA[31:0] Input APB bridge Unidirectional AMBA APB write data bus.
PRDATA[31:0] Output APB bridge Unidirectional AMBA APB read data bus.
A-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Signal Descriptions
WDOGRESn Input Reset generator Watchdog module reset signal, active LOW
WDOGRES Output Reset controller Watchdog module timeout reset, active HIGH
SCANENABLE Input Test controller Placeholder for Watchdog module scan enable signal
SCANINPCLK Input Test controller Placeholder for Watchdog module input scan signal
SCANOUTPCLK Output Test controller Placeholder Watchdog module output scan signal
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. A-3
Signal Descriptions
A-4 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B
Index
ARM DDI 0270B Copyright © 2002-2003 ARM Limited. All rights reserved. Index-1
Index
O T
Operation 2-7 Test registers 4-4
Overview 2-2 Timeout interval 2-10
P V
Peripheral identification registers 3-6 Value Register 3-4
PrimeCell identification registers 3-9
Product revision status x
Programmable parameters 1-3 W
WDOGCLK less than PCLK and
R WDOGCLKEN is pulsed 2-6
WDOGCLK less than PCLK and
Raw Interrupt Status Register 3-5 WDOGCLKEN=1 2-6
Register field conventions xii WDOGCLK=PCLK and
Registers WDOGCLKEN is pulsed 2-5
Control 3-4 WDOGCLK=PCLK and
description 3-4 WDOGCLKEN=1 2-5
Identification 2-12 Word length conventions xii
Integration Test Control 4-4
Integration Test Output 4-4
Interrupt Clear 3-5
Load Register 3-4
Lock 3-5
Masked Interrupt Status 3-5
peripheral identification 3-6
PrimeCell identification 3-9
Raw Interrupt Status 3-5
test 4-4
Value 3-4
Revision
status x
S
Scan testing 4-3
Signal conventions xi
Signals
APB A-2
non-AMBA A-3
Summary of registers
Register
summary 3-2
Index-2 Copyright © 2002-2003 ARM Limited. All rights reserved. ARM DDI 0270B