![Aaeon Gene-6320 Скачать руководство пользователя страница 103](http://html1.mh-extra.com/html/aaeon/gene-6320/gene-6320_manual_3263168103.webp)
Appendix A Watchdog Timer
95
//caution:skip this step will be a mistake!!
if (watch_dog_output_GP==12)
{
//Set Register 2A (PIN 57) Bit 7 = 0/1 (KBLOCK/GP12)
//set to GP12 for WD Rst
WriteAData(0x2A,ReadAData(0x2A)|0x80);
}
else if(watch_dog_output_GP==13)
{
//Set Register 2B (PIN 58) Bit 0 = 0/1 (KBLOCK/GP13)
//set to GP13 for WD Rst
WriteAData(0x2B,ReadAData(0x2B)|0x01);
}
else if(watch_dog_output_GP==16)
{
//Set Register 2C (PIN 119) Bit 5-4 = 01 (GP16)
//set to GP16 for WD Rst
WriteAData(0x2C,ReadAData(0x2C)|0x10);
}
//Exit W83977 Configure mode
ExitConfigMode();
}
void main(int argc, char* argv[])
{
int time_value=0;
char *ptr;
printf(“winBond 83977 WatchDog Timer Setup Utility
Version 1.0 \n”);
printf(“Copyright (c) 2000 AAEON Technology Inc.\n”);
printf(“This version only for W83977 that using GP%d to
Reset System.\n”,watch_dog_output_GP);
Содержание 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...