Appendix B Technical Summary
SP-7165/SP-7167 SERIES USER MANUAL
Page: B-26
Code example for watch dog timer
; ------------------------- Enter to extended function mode -------------------------------
mov
dx,
2eh
mov
al,
87h
out
dx,
al
out
dx,
al
; ----------------------- Select Logical Device 7 of watchdog timer ---------------------
mov
al,
07h
out
dx,
al
inc
dx
mov
al,
07h
out
dx,
al
;---------------------------------Enable Watch dog feature ------------------------------
mov
al,
030h
out
dx,
al
inc
dx
mov
al,
01h
out
dx,
al
;------------------------------- Enable Watch PME--------------------------------------------
dec
dx
mov
al,
0FAh
out
dx,
al
inc
dx
in
al,
dx
and
al,
51h
out
dx,
al
;-------------------------- Set second as counting unit --------------------------------------
dec
dx
mov
al,
0f5h
out
dx,
al
inc
dx
in
al,
dx
and
al,
30h
out
dx,
al
; ---------------- Set timeout interval as 30seconds and start counting --------------
dec
dx
mov
al,
0f6h
out
dx,
al
inc
dx
mov
al,
1Eh
out
dx,
al
;---------------------------------Exit the extended function mode -------------------------
dec
dx
mov
al,
0aah
out
dx,
al
Содержание SP-7165
Страница 9: ...vi Configuring WatchDog Timer B 25 Flash BIOS Update B 27 ...
Страница 16: ...Chapter 2 Getting Started SP 7165 SP 7167 SERIES USER MANUAL Page 2 4 Side View ...
Страница 17: ...Chapter 2 Getting Started SP 7165 SP 7167 SERIES USER MANUAL Page 2 5 Bottom View Quarter View ...
Страница 19: ...Chapter 2 Getting Started SP 7165 SP 7167 SERIES USER MANUAL Page 2 7 Side View ...
Страница 20: ...Chapter 2 Getting Started SP 7165 SP 7167 SERIES USER MANUAL Page 2 8 Bottom View Quarter View ...
Страница 32: ...Chapter 3 System Configuration SP 7165 SP 7167 SERIES USER MANUAL Page 3 21 Jumper diagrams Jumper settings ...
Страница 151: ...Appendix B Technical Summary SP 7165 SP 7167 SERIES USER MANUAL Page B 2 System Block Diagram ...
Страница 177: ...Appendix B Technical Summary SP 7165 SP 7167 SERIES USER MANUAL Page B 28 ...