Appendix B Technical Summary
BS-E098 SERIES USER MANUAL
Page: B-24
Code example for watch dog timer
Enable the watchdog timer and set the timeout interval to
30
seconds.
; ------------------------- 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 ------------------------------
dec
dx
mov
al,
30h
out
dx, al
inc
dx
mov
al, 01h
out
dx, al
; ---------------- Set timeout interval as 30seconds and start counting --------------
dec
dx
mov
al,
F6h
out
dx, al
inc
dx
mov
al, 1Eh
out
dx, al
;------------------------------- Enable Watch PME--------------------------------------------
dec
dx
mov
al, FAh
out
dx, al
inc
dx
Содержание BS-E098
Страница 1: ...USER MANUAL BS E098 Fanless Embedded PC with Intel Apollo Lake PentiumTM Celeron SoC BS E098 M1...
Страница 14: ...Chapter 2 Getting Started BS E098 SERIES USER MANUAL Page 2 4 2 2 3 Top View 2 2 4 Side View...
Страница 15: ...Chapter 2 Getting Started BS E098 SERIES USER MANUAL Page 2 5 2 2 5 Bottom View...
Страница 16: ...Chapter 2 Getting Started BS E098 SERIES USER MANUAL Page 2 6 2 2 6 Quarter View...
Страница 101: ...Appendix A System Diagrams BS E098 SERIES USER MANUAL Page A 3 BS E098 SATA HDD Exploded Diagram...
Страница 131: ...Appendix B Technical Summary BS E098 SERIES USER MANUAL Page B 29...