WDT counter interval cannot be longer than the preset time, otherwise, WDT
sends a reset signal to the system.
The following is an example of
clearing the WDT program
in Intel 8086 assembly
language.
; ( Clear the WDT)
Mov dx, F2h ;Setting the WDT configuration port
In al, dx
Note:
Before running WDT, you must clear WDT to ensure
that the initial value is zero.
A.3.3 WDT Control Register
Note:
This register writes to WDT configuration port.
Set WDT Control Register to control the WDT working mode. The initial value of
WDT Control Register is shown as follows:
; (Setting the WDT Control Register as AL)
Mov
al, 0h ; Setting initial value = 0 for the WDT Control Register
Follow these instructions to set the register:
1.
Select the time-out intervals of WDT (decide the values of D2, D1, D0 in F2 )
Example
: If D2~D0 = 0, the time-out interval is 64 seconds.
AND al, 11111000b ; Setting the time-out interval as 64 sec.
2.
Enable or Disable WDT ( decide D3 value in F2)
i.e. D3=0, Disables WDT
A.3.2 Clear the WDT
AND al, 11110111b ; Disable the WDT
69
Summary of Contents for PEAK 735 Series
Page 1: ......
Page 5: ...4 Chapter 1 General Information Chapter 1 General Information ...
Page 11: ...10 Chapter 2 Jumper Switch Settings ...
Page 23: ...Chapter 3 Expanded Capabilities 22 ...
Page 32: ...31 Chapter 4 Award BIOS Setup ...
Page 57: ...56 Chapter 5 Driver Installation ...
Page 67: ...Step 5 4 8 To close this wizard click Finish 66 ...