F u l l - s i z e C P U C a r d
S B C - 8 6 0
Appendix A Programming the Watchdog Timer
A-3
mov
al, 55h
out
2eh, al
mov
al, 55h
out
2eh, al
;============================ =======
; Select logical device
;============================ =======
mov
al, 7
;index 7 for logical device
out
2eh, al
mov
al, 7
out
2fh, al
;============================ =======
; Configure the watchdog timer controller registers
;============================ =======
mov
al, 73h
out
2eh, al
mov
al, 0ah
;index 73h for watchdog timer
time-out value
out
2fh, al
mov
al, 72h
out
2eh, al
mov
al, 0c0h
;time-out value use second &
enable WDT output through
KRST
out
2fh, al
Содержание SBC-860
Страница 8: ...Full size CPU Card S B C 8 6 0 Chapter 1 General Information 1 1 General Information Chapter 1 ...
Страница 19: ...Full size CPU Card S B C 8 6 0 Chapter 2 Quick Installation Guide 2 4 Locating connector solder side ...
Страница 21: ...Full size CPU Card S B C 8 6 0 Chapter 2 Quick Installation Guide 2 6 Mechanical Drawing solder side ...
Страница 43: ...Full size CPU Card S B C 8 6 0 Chapter 3 Award BIOS Setup 3 1 Award BIOS Setup Chapter 3 ...
Страница 85: ...Full size CPU Card S B C 8 6 0 Chapter 4 Driver Installation 4 1 Driver Installation Chapter 4 ...