![Aaeon Gene-6320 Скачать руководство пользователя страница 100](http://html1.mh-extra.com/html/aaeon/gene-6320/gene-6320_manual_3263168100.webp)
92
Gene-6320 User Manual
==================================================**
** Title : WatchDog Timer Setup Utility (for W83977 GP16) **
** 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 3F0
#define IO_DATA_PORT 3F1
/* Set Watchdog reset pin : 12/13/16 */
#define watch_dog_output_GP16
#define UNLOCK_DATA 0x87
#define LOCK_DATA 0xAA
#define DEVICE_REGISTER 0x07
void EnterConfigMode()
{
outportb(IO_INDEX_PORT, UNLOCK_DATA);
outportb(IO_INDEX_PORT, UNLOCK_DATA);
}
void ExitConfigMode()
{
outportb(IO_INDEX_PORT, LOCK_DATA);
}
Watchdog Timer
Gene-6320 contains a watchdog timer reset pin. (GP16)
All reference material can be found as the following.
Содержание Gene-6320
Страница 16: ...Chapter 1 General Information 7 Board Layout...
Страница 17: ...8 Gene 6320 User Manual Board Layout Reverse Side...
Страница 18: ...Chapter 1 General Information 9 Board Dimensions...
Страница 19: ...1 0 Gene 6320 User Manual Board Dimensions Reverse Side...
Страница 21: ...1 2 Gene 6320 User ManualBC 599 596 Locating Jumpers Connectors...
Страница 22: ...Chapter 2 Installation 13 Locating Jumpers Connectors Reverse side...
Страница 89: ...Gene 6320 User Manual 80 3 Click on Next...
Страница 90: ...Chapter 4 Driver Installation 81 4 Click on Next...
Страница 91: ...Gene 6320 User Manual 82 5 Choose Typical or Custom setting according to your needs and click on Next...
Страница 92: ...Chapter 4 Driver Installation 83 6 Click on Install to start the process of installation...
Страница 96: ...Chapter 4 Driver Installation 87 11 Click on Next...
Страница 98: ...Chapter 4 Driver Installation 89 13 Click on Next...