![Peak Peak 632A Скачать руководство пользователя страница 135](http://html1.mh-extra.com/html/peak/peak-632a/peak-632a_user-manual_1517211135.webp)
PEAK 632A Series User Guide
Watch Dog Timer
A1-4
Mov dx, 71h
Mov ax, 0Ah
Out
dx, al
; Out port 71h = 0Ah
••••
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
Содержание Peak 632A
Страница 12: ...Chapter 2 Figure 2 1 Switches and Connectors position...
Страница 47: ...PEAK 632A User Guide BIOS Setup 4 17 The Choice Enabled Disabled...
Страница 66: ...PEAK 632A User Guide BIOS Setup 4 36...
Страница 85: ...PEAK 632A User Guide BIOS Setup 4 55...
Страница 89: ...Peak 632A User s Guide VGA Driver Installation Procedures 5 4 4 Click Next Figure 5 4 Clicking the Next button...
Страница 114: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 2 2 Click on OK button Figure 7 2 Clicking on Ok button...
Страница 116: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 4 4 Click Next Figure 5 4 Clicking the Next button...
Страница 117: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 5 5 Click Next Figure 7 5 Clicking on Next button...
Страница 120: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 8 8 Click on K Figure 7 8 Clicking the OK button...
Страница 121: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 9 9 Click Next Figure 7 9 Clicking the Next button...
Страница 127: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 15 5 Open Winnt folder Figure 7 16 Opening the Winnt folder...
Страница 129: ...Peak 632A User s Guide SCSI Driver Installation Procedures 7 17 6 Click Browse icon Figure 7 18 Clicking the Browse icon...
Страница 137: ...PEAK 632A User Guide Memory Mapping A2 1 Appendix 2 Memory Mapping...