E
Watchdog Timer
83
Using the Watchdog Timer Function
The following are the parameters for enabling or disabling the
Watchdog Timer function when using the GWBASIC or
ASSEMBLY applications.
When enabled, the application accesses read port 443 (HEX).
When disabled, it accesses read port 43 (HEX).
GWBASIC
To enable Watchdog Timer and reload the timer, type:
A = INP (&H443)
To disable, type:
A = INP (&H43)
ASSEMBLY
To enable Watchdog Timer and reload the timer, type:
MOV
DX, 0443H
IN
AL, DX
To disable, type:
MOV
DX, 043H
IN
AL, DX
Please note that your custom software must regularly reload the
timer (by reading that por t) before the Watchdog Timer times
out. Otherwise, the system will think the machine has already
hung-up and will next reboot. Remember to disable it before the
software ends/exits.
Содержание 586ITOX
Страница 1: ...586ITOX Rev CC0 System Board User s Manual 34020927 ...
Страница 6: ...1 Introduction CHAPTER ...
Страница 13: ...2 Award BIOS Setup Utility CHAPTER ...
Страница 38: ...3 Upgrade Guide CHAPTER ...
Страница 57: ...4 Desktop Management Interface CHAPTER ...
Страница 61: ...A Installation Instructions APPENDIX ...
Страница 65: ...B Connecting Cables APPENDIX ...
Страница 77: ...C System Board Layout APPENDIX ...
Страница 78: ...586ITOX System Board User s Manual C 78 square denotes pin 1 ...
Страница 79: ...D DIM and SIM Modules APPENDIX ...
Страница 82: ...E Watchdog Timer APPENDIX ...
Страница 84: ...F Driver Installation APPENDIX ...
Страница 86: ...86 G Troubleshooting APPENDIX ...