MIC-6314 User Manual
96
B.1
Watchdog Timer Programming Procedure
To program the watchdog timer, users must execute a program that writes a value to
I/O port address 443/444 (hex) to enable/disable. This output value represents a time
interval. The value range is from 01 (hex) to FF (hex), and the related time interval is
1 to 255 seconds.
Data
Time Interval
01
1 sec
02
2 sec
03
3 sec
04
4 sec
...
3F
63 sec
After data entry, the program must refresh the watchdog timer by rewriting and set-
ting the value of I/O port 443/443 (hex). To disable the watchdog timer, the program
should read I/O port 444 (hex). The following example demonstrates how to program
the watchdog timer in BASIC:
10 REM Watchdog timer example program
20 OUT &H443, data REM start and restart the watchdog
30 GOSUB 1000 REM Your application task #1,
40 OUT &H443, data REM reset the timer
50 GOSUB 2000 REM Your application task #2,
60 OUT &H443, data REM reset the timer
70 X=INP (&H444) REM, disable the watchdog timer
80 END
1000 REM Subroutine #1, your application task
.
1070 RETURN
2000 REM Subroutine #2, your application task
.
2090 RETURN
Содержание MIC-6314 Series
Страница 1: ...User Manual MIC 6314 OpenVPX 6U CPU Blade with 4th 5th Gen Intel Xeon E3v4 Core Processor...
Страница 13: ...Chapter 1 1 Hardware Configuration This chapter explains how to configure the MIC 6314 hardware...
Страница 30: ...MIC 6314 User Manual 18...
Страница 31: ...Chapter 2 2 AMI APTIO BIOS Setup This chapter describes how to configure the AMI APTIO BIOS UEFI BIOS...
Страница 61: ...Chapter 3 3 BMC Firmware Operation This chapter describes the BMC firmware features...
Страница 86: ...MIC 6314 User Manual 74...
Страница 87: ...Chapter 4 4 HPM 1 Update This chapter explains how to update the software firmware components...
Страница 95: ...Appendix A A Pin Assignments This appendix describes the pin assignments...
Страница 106: ...MIC 6314 User Manual 94...
Страница 107: ...Appendix B B Programming the Watchdog Timer This appendix describes how to program the watchdog timer...
Страница 109: ...Appendix C C I O Controller List...
Страница 111: ...Appendix D D Glossary...
Страница 114: ...MIC 6314 User Manual 102...
Страница 115: ...Appendix E E BIOS Checkpoint...
Страница 122: ...MIC 6314 User Manual 110...
Страница 123: ...Appendix F F IPMI PICMG Command Subset Supported by BMC...
Страница 133: ...Appendix G G Drivers and Tools...
Страница 135: ...123 MIC 6314 User Manual Appendix G Drivers and Tools...