48
Watch Dog Timer
The example shown below resets the system after 15 seconds.
Both keyboard and mouse interrupts will reload the WDT from
CRF6.
begin:
;———————————————————————————————————————————————
; Enter extended function mode, interrupt double-write
;———————————————————————————————————————————————
mov dx,2Eh
mov al,87h
out dx,al
out dx,al
mov dx,2Eh
mov al,2bh
;CR2B, bit4 -> 0 = WDTO
;bit4 -> 1 = GP24
out dx,al
mov dx,2Fh
mov al,0C0h
out dx,al
mov dx,2Eh
mov al,07h
out dx,al
mov dx,2Fh
mov al,08h
;device 8
out dx,al
mov dx,2Eh
mov al,30h
out dx,al
mov dx,2Fh
mov al,01h
;enable device 8
out dx,al
mov dx,2Eh
mov al,0F7h
out dx,al
;device 8, CRF7
mov dx,2Fh
mov al,0C0h
out dx,al
mov dx,2Eh
mov al,0F5h
;device 8, CRF5
Содержание NuPRO-720
Страница 6: ...vi Preface This page intentionally left blank ...
Страница 10: ...x List of Figures This page intentionally left blank ...
Страница 12: ...xii List of Tables This page intentionally left blank ...
Страница 26: ...14 Introduction 1 9 Board Layout Figure 1 2 NuPRO 720 Board Layout ...
Страница 28: ...16 Introduction This page intentionally left blank ...
Страница 45: ...Getting Started 33 NuPRO 720 The following instructions will explain specific driver installation procedures ...
Страница 58: ...46 Getting Started This page intentionally left blank ...
Страница 62: ...50 Watch Dog Timer This page intentionally left blank ...
Страница 84: ...72 BIOS Setup ...