Aaeon EMB-CV2 Manual page 68

Intel atom d2550 b3 processor mini-itx 10/100/1000base-tx ethernet 8 usb2.0, 2 com, 8-bit digital i/o 6 sata 3.0 gb/s, 1 pci-e[x4]
Table of Contents

Advertisement

M i n i - I T X
************************************************************************************
// Procedure : AaeonWDTConfig
void AaeonWDTConfig (void){
Byte val;
//Super I/O Entry Key
outportb(SIOIndex,0x87);
outportb(SIOIndex,0x87);
//Setting WDT Pin.
outportb(SIOIndex,0x2D);
val = inportb((SIOData);
outportb(SIOIndex,0x2D);
outportb(SIOData,val | 0x01);**
// Enable WatchDog function
outportb(SIOIndex,0x07);
outportb(SIOData,0x08);
outportb(SIOIndex,0x30);
outportb(SIOData, 0x01);
}
**********************************************************************************
**This is special case for EMB-CV2 platform.
E M B - C V 2
Appendix A Programming the Watchdog Timer
A-7

Advertisement

Table of Contents
loading

Table of Contents