ECM-3610/3610L
ECM-3610/3610L User’s Manual
141
Demo Program 2 (C Language)
//==============================================================
// Title : ECM-3610 WatchDog Timer Test Utility
// Company : Evalue Technology Inc.
// Programer: Winston Kang
// Version : 1.0
// Date : 08/12/2002
// Compiler : Borland C ++
//==============================================================
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#define TIMER_PORT 0x443
#define TRIGGER_PORT 0x444
#define TRIGGER_RESET 0
#define TRIGGER_IRQ10 1
#define TRIGGER_IRQ11 2
void SetTimeoutEvent(int mode)
{
switch (mode)
{ case TRIGGER_IRQ10 :
outportb(TRIGGER_PORT,0x04);
break ;
case TRIGGER_IRQ11 :
outportb(TRIGGER_PORT,0x03);
break ;
case TRIGGER_RESET :
default :
outportb(TRIGGER_PORT,0x00);
break ;
}
}
void SetWatchDogTime(unsigned char time_val)
{
outportb(TIMER_PORT, time_val);
}
Содержание ECM-3610
Страница 29: ...ECM 3610 3610L ECM 3610 3610L User s Manual 17 3 4 Jumper Connector 3 4 1 Jumper Connector Layout...
Страница 92: ...User s Manual 80 ECM 3610 3610L User s Manual 5 Click the Next button or...
Страница 101: ...ECM 3610 3610L ECM 3610 3610L User s Manual 89 12 System will show as below...
Страница 103: ...ECM 3610 3610L ECM 3610 3610L User s Manual 91 15 Click Next to accept the settings...
Страница 106: ...User s Manual 94 ECM 3610 3610L User s Manual 2 On the System properties window click the Hardware tab as shown below...
Страница 107: ...ECM 3610 3610L ECM 3610 3610L User s Manual 95 3 Click the Device Manager button to show the Device Manager...
Страница 134: ...User s Manual 122 ECM 3610 3610L User s Manual 8 Click the Finish button to complete the display driver installation...
Страница 136: ...User s Manual 124 ECM 3610 3610L User s Manual 2 Select Install driver as shown below...
Страница 144: ...User s Manual 132 ECM 3610 3610L User s Manual 6 Measurement Drawing...