PEAK 6320A Series User’s Guide
Watch Dog Timer A1-4
•
Clear the WDT
Repeatedly read WDT Configuration Port and the interval cannot be longer than the
preset time, otherwise, the WDT will generate NMI or Reset signal for the system.
The following is an example of
clear 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 the WDT. It means to make sure the initial
value is zero before enabling the WDT.
•
WDT Control Register (Write to WDT configuration port)
You can set the WDT Control Register to control the WDT working mode.
The initial value of the WDT Control Register is as the following.
; (Setting the WDT Control Register as AL)
Mov
al, 0h ; Setting initial value = 0 for the WDT Control Register
You must plan the option of following:
1. Select NMI or Reset: decide D4 value in F2.
i.e. Setting D4 = 0, then it select Reset
AND
al, 11101111b ; Select Reset
i.e. Setting D4 = 1, then it select NMI
OR al, 00010000b ; Select NMI
2. Select the time-out intervals of WDT (decide the values of D2, D1, D0 in F2 )
Example: D2~D0 = 0, the time-out interval will be 64 sec.
AND
al, 11111000b ; Setting the time-out interval as 64 sec.
3. Enable or Disable the WDT ( decide D3 value in F2)
Содержание PEAK 6320A
Страница 4: ...Appendix 1 Watch Dog Timer Appendix 2 Memory Mapping ...
Страница 10: ...Peak 6320A User s Guide 9 z z 4 3 19 5 7 z 4 3 02 19 5 0 2 z 4 3 0 19 5 0 z 4 3 19 5 ...
Страница 27: ...Peak 6320A User s Guide Capability Expanding 3 2 ...
Страница 47: ...PEAK 6320A User s Guide BIOS Setup 4 16 Disabled Video shadow is disabled ...
Страница 58: ...PEAK 6320A User s Guide BIOS Setup 4 27 2 Hour 4 Hour ...
Страница 91: ...PEAK 6320A User s Guide Memory Mapping A2 1 Appendix 2 Memory Mapping ...