![Peak Peak 632A User Manual Download Page 134](http://html1.mh-extra.com/html/peak/peak-632a/peak-632a_user-manual_1517211134.webp)
PEAK 632A Series User Guide
Watch Dog Timer
A1-3
Watch Dog Timer Programming Procedure
••••
Power on or reset the system
The initial value of WDT Control Register (D4~D0) is zero, when power is on or reset the
system. The following means the initial value of WDT ( 00000000b ) :
Bit
Value
Mean
4
0
Select Reset
3
0
Disable watch dog timer
2, 1, 0
0 0 0
Select 64 second
••••
Initialize the SQW of RTC (set SQW output period=0.5 second)
To initialize the SQW of RTC processor is to set the SQW signal which is output
period=0.5 second.
It offers the basic frequency of the WDT counter.
The following is an example of initializing the SQW signal program in Intel 8086
assembly language.
; (Generate SQW = 0.5 Sec.)
Mov dx, 70h
Mov ax, 0Ah
Out
dx, al
; Out port 70h = 0Ah
Mov dx, 71h
Mov ax, 2Fh
Out
dx, al
; Out port 71h = 2Fh
; (enable the SQW output)
Mov dx, 70h
Mov ax, 0Bh
Out
dx, al
; Out port 70h = 0Bh
Summary of Contents for Peak 632A
Page 12: ...Chapter 2 Figure 2 1 Switches and Connectors position...
Page 47: ...PEAK 632A User Guide BIOS Setup 4 17 The Choice Enabled Disabled...
Page 66: ...PEAK 632A User Guide BIOS Setup 4 36...
Page 85: ...PEAK 632A User Guide BIOS Setup 4 55...
Page 137: ...PEAK 632A User Guide Memory Mapping A2 1 Appendix 2 Memory Mapping...