WPC15
Motherboard User Manual
74
}
Set_W83627_Reg(0x07,0x08);//switch to logic device 8
Set_W83627_Reg(0x30,0x01);//Activate watchdog
Set_W83627_Reg(0xF5,0x06);//Select WDTO# count mode.Second Mode.
Set_W83627_Reg(0xF6,Watchdog_timeout); //Set Watch Dog Timer Time-out
value
//Set_W83627_Reg(0xF7,0xC0); //Clear Watchdog timer event
int i = Watchdog_timeout;
while(1)
{
if (kbhit())
{
if(getch()==0x1B) //Esc
break;
else{
i=Watchdog_timeout;
//Reset Watchdog timer
Set_W83627_Reg(0xF6,Watchdog_timeout); //Set Watch Dog
Timer Time-out value
}
}
clrscr();
if(i>0){
i--;
printf("After %2d sec reset computer!\n",i);
printf("Press any key to reset watchdog timer!\n");
printf("Press [Esc] to exit!\n");
}
else
printf("Watchdog timer fail!");
delay(1000);
}
Содержание WPC15
Страница 13: ...WPC15 Motherboard User Manual 5 1 5 Board dimensions...
Страница 18: ...WPC15 Motherboard User Manual 10 BOTTOM MiniPCIe for SSD SO DIMM...
Страница 30: ...WPC15 Motherboard User Manual 22 Step 3 Click on Next to install Driver Step 4 Click on Yes to agree License...
Страница 31: ...WPC15 Motherboard User Manual 23 Step 5 Click on Next to install Driver Step 6 Click on Next to install Driver...
Страница 32: ...WPC15 Motherboard User Manual 24 Step 7 Click on Yes I want to restart this computer now to go on...
Страница 37: ...WPC15 Motherboard User Manual 29 Setp 3 Click on Yes to agree License Setp 4 Click on Next to install driver...
Страница 42: ...WPC15 Motherboard User Manual 34 Step 5 Choose the path to install driver Setp 6 Click on Close and go on...
Страница 62: ...WPC15 Motherboard User Manual 54 Intel Fast Flash Standy iFFS Support Enable or disable...