Appendix A – Watchdog Timer Programming
90
Fan
les
s E
mb
ed
ded
Bo
x
PC
BO
XE
R-
6651
A.2 Watchdog Sample Program
******************************************************************************
// WDT I/O operation relative definition (Please reference to Table 1)
#define WDTAddr 0x510 // WDT I/O base address
Void WDTWriteByte(byte Register, byte Value);
byte WDTReadByte(byte Register);
Void WDTSetReg(byte Register, byte Bit, byte Val);
// Watch Dog relative definition (Please reference to Table 2)
#define DevReg 0x00 // Device configuration register
#define WDTRstBit 0x80 // Watchdog WDTRST# (Bit7)
#define WDTRstVal 0x80 // Enabled WDTRST#
#define TimerReg 0x05 // Timer register
#define PSWidthBit 0x00 // WDTRST# Pulse width (Bit0:1)
#define PSWidthVal 0x01 // 25ms for WDTRST# pulse
#define PolarityBit 0x02 // WDTRST# Signal polarity (Bit2)
#define PolarityVal 0x00 // Low active for WDTRST#
#define UnitBit 0x03 // Unit for timer (Bit3)
#define ModeBit 0x04 // WDTRST# mode (Bit4)
#define ModeVal 0x01 // 0:level 1: pulse
#define EnableBit 0x05 // WDT timer enable (Bit5)
#define EnableVal 0x01 // 1: enable
#define StatusBit 0x06 // WDT timer status (Bit6)
#define CounterReg 0x06 // Timer counter register
*******************************************************************************
*******************************************************************************
VOID Main(){
// Procedure : AaeonWDTConfig
// (byte)Timer : Counter of WDT timer.(0x00~0xFF)
// (boolean)Unit : Select time unit(0: second, 1: minute).
AaeonWDTConfig(Counter, Unit);
// Procedure : AaeonWDTEnable
// This procudure will enable the WDT counting.
AaeonWDTEnable();
}
*******************************************************************************
*******************************************************************************
// Procedure : AaeonWDTEnable
Содержание BOXER-6651
Страница 1: ...Last Updated November 4 2015 BOXER 6651 Fanless Embedded Box PC User s Manual 2nd Ed...
Страница 15: ...Fanless Embedded Box PC BOXER 6651 Chapter 1 Chapter 1 Product Specifications...
Страница 19: ...Fanless Embedded Box PC BOXER 6651 Chapter 2 Chapter 2 Hardware Information...
Страница 20: ...Chapter 2 Hardware Information 6 Fanless Embedded Box PC BOXER 6651 2 1 Dimensions...
Страница 21: ...Chapter 2 Hardware Information 7 Fanless Embedded Box PC BOXER 6651 2 2 Jumpers and Connectors...
Страница 62: ...Fanless Embedded Box PC BOXER 6651 Chapter 3 Chapter 3 AMI BIOS Setup...
Страница 73: ...Fanless Embedded Box PC BOXER 6651 C6 C1 This option controls Max C state that the processor will support...
Страница 83: ...Fanless Embedded Box PC BOXER 6651 3 4 7 Advanced Hardware Monitor...
Страница 94: ...Fanless Embedded Box PC BOXER 6651 Chapter 4 Chapter 4 Drivers Installation...
Страница 98: ...Chapter 4 Driver Installation 84 Fanless Embedded Box PC BOXER 6651 3 Run patch bat as administrator...
Страница 101: ...Chapter 4 Driver Installation 87 Fanless Embedded Box PC BOXER 6651...
Страница 102: ...Fanless Embedded Box PC BOXER 6651 Appendix A Appendix A Watchdog Timer Programming...
Страница 107: ...Fanless Embedded Box PC BOXER 6651 Appendix B Appendix B I O Information...
Страница 108: ...Appendix B I O Information 94 Fanless Embedded Box PC BOXER 6651 B 1 I O Address Map...
Страница 109: ...Appendix B I O Information 95 Fanless Embedded Box PC BOXER 6651 B 2 Memory Address Map...
Страница 110: ...Appendix B I O Information 96 Fanless Embedded Box PC BOXER 6651 B 3 IRQ Mapping Chart...