AXIOMTEK IMB541 User Manual page 67

Intel socket 1700 core i9/i7/ i5/ i3 /pentium/ celeron and xeon e processors atx industrial motherboard
Table of Contents

Advertisement

lpFnDll_Set_IO(0x2e, 0xF6);
lpFnDll_Set_IO(0x2f, WDTtimer);
//set watchdog time unit to min
lpFnDll_Set_IO(0x2e, 0xF5);
WDTDATA = lpFnDll_Get_IO(0x2f);
WDTDATA = setbit(WDTDATA, 3);
lpFnDll_Set_IO(0x2f, WDTDATA);
//start watchdog counting
lpFnDll_Set_IO(0x2e, 0xF5);
WDTDATA = lpFnDll_Get_IO(0x2f);
WDTDATA = setbit(WDTDATA, 5);
lpFnDll_Set_IO(0x2f, WDTDATA);
}
system("pause");
return 0;
}
Timeout Value Range
1 to 255
Minute / Second
Watchdog Timer
IMB540 User's manual
61

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IMB541 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents