![Aaeon PCM-6894 Manual Download Page 62](http://html1.mh-extra.com/html/aaeon/pcm-6894/pcm-6894_manual_3337325062.webp)
C o m p a c t B o a r d
P C M - 6 8 9 4
Appendix A Programming the Watchdog Timer
A - 3
==================================================**
** Title : WatchDog Timer Setup Utility (for W83977 GP13) **
** Company : AAEON Technology Inc. **
** Compiler : Borland C ++ Version 3.0 **
**=================================================*/
#include <dos.h>
#include <io.h>
#include <bios.h>
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
/* Set I/O Address : 370/371 or 3F0/3F1 */
#define IO_INDEX_PORT 0x370
#define IO_DATA_PORT 0x371
/* Set Watchdog reset pin : 12/13/16 */
#define watch_dog_output_GP 13
#define UNLOCK_DATA 0x87
#define LOCK_DATA 0xAA
#define DEVICE_REGISTER 0x07
void EnterConfigMode()
Summary of Contents for PCM-6894
Page 8: ...Compact Board P C M 6 8 9 4 Chapter 1 General Information 1 1 General Information Chapter 1...
Page 19: ...Compact Board P C M 6 8 9 4 Chapter 2 Quick Installation Guide 2 4 Solder Side...
Page 21: ...Compact Board P C M 6 8 9 4 Chapter 2 Quick Installation Guide 2 6 Solder Side...
Page 39: ...Compact Board P C M 6 8 9 4 Chapter 3 Award BIOS Setup 3 1 Award BIOS Setup Chapter 3...
Page 55: ...Compact Board P C M 6 8 9 4 Chapter 4 Driver Installation 4 1 Driver Installation Chapter 4...
Page 68: ...Compact Board P C M 6 8 9 4 Appendix A Programming the Watchdog Timer A 9...
Page 69: ...Compact Board P C M 6 8 9 4 Appendix B I O Information B 1 Optional Extras Appendix B...