Appendix A Programming The Watchdog Timer; Programming The Watchdog Timer - Advantech PCM-3370 User Manual

Lv intel pentium iii/ ulv celeron pc/104+ cpu module
Table of Contents

Advertisement

Appendix A Programming the Watchdog
A.1 Programming the watchdog timer
The following example show how you might program the watchdog timer
in Assembly:
1. Watch Dog Timer Enable
Port 404e Bit7 set "o" to enable PCM-3370 Watch Dog Timer
Ex:
Mov DX, 404e
Mov AL, 7F
Out DX, AL
2. Watch Dog Timer Disable
Port 404e Bit6 set "o" to disable PCM-3370 Watch Dog Timer
Ex:
Mov DX, 404e
Mov AL, BF
Out DX, AL
PCM-3370 User's Manual
Download from Www.Somanuals.com. All Manuals Search And Download.
Timer
90

Advertisement

Table of Contents
loading

Table of Contents