Appendix B Technical Summary
Page: B-14
Code example for watch dog timer
Enable watchdog timer and set 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 8 of watchdog timer --------------------------------------------
mov al, 07h
out dx, al
inc dx
mov al, 08h
out dx, al
;------ Set second as counting unit --------------------------------------------------------------
dec dx
mov al, 0f5h
out dx, al
inc dx
in al, dx
and al, not
08h
out dx, al
;------ Set timeout interval as 30seconds and start counting ---------------------------------
dec dx
mov al, 0f6h
out dx, al
inc dx
mov al,
30
out dx, al
;------ Exit the extended function mode --------------------------------------------------------
dec dx
mov al,
0aah
out dx, al
Summary of Contents for EL1083
Page 8: ...Chapter 1 Introduction Page 1 4 Side View 140 60...
Page 58: ...Chapter 4 System Installation Page 4 16 3 Fasten the 2 screws of half size mini PCIe slot...
Page 64: ...Chapter 4 System Installation Page 4 22 3 Fasten 2 screws of PoE board...
Page 125: ...Appendix A System Assembly Page A 2 EXPLODED DIAGRAM FOR BOTTOM CASE 01 04 03 02 05 06...
Page 128: ...Appendix A System Assembly Page A 5 EXPLODED DIAGRAM FOR MOTHERBOARD 05 06 01 02 03 04...
Page 129: ...Appendix A System Assembly Page A 6 EXPLODED DIAGRAM FOR HEATSINK 05 06 01 02 03 04...