
Appendix A Programming the Watchdog Timer
5 9
After data entry, your program must refresh the watchdog timer by
rewriting the I/O port 444 (hex) while simultaneously setting it.
When you want to disable the watchdog timer, your program
should read I/O port 043 (hex).
The following example shows how you might program the
watchdog timer in BASIC:
10 REM
Watchdog timer example program
20 OUT &H444, data REM
Start and restart the watchdog
30 GOSUB 1000 REM
Your application task #1,
40 OUT &H444, data REM
Reset the timer
50 GOSUB 2000 REM
Your application task #2,
60 OUT &H444, 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-3385
Страница 9: ...Hardware Configuration C H A P T E R 1...
Страница 14: ...6 MIC 3385 User s Manual 1 5 Board Dimensions 233 35 mm 160 mm Figure 1 2 MIC 3385 board dimensions...
Страница 24: ...16 MIC 3385 User s Manual...
Страница 25: ...C H A P T E R 2 Connecting Peripherals...
Страница 30: ...22 MIC 3385 User s Manual Keep your fingers away from this area Figure 2 1 Installing the card into the chassis...
Страница 31: ...C H A P T E R 3 Ethernet Software Configuration...
Страница 40: ...32 MIC 3385 User s Manual 16 Click Next 15 Click Next...
Страница 41: ...Chapter 3 Software Configuration 33 17 Click Yes to restart the computer and enable the changes to take effect...
Страница 42: ...34 MIC 3385 User s Manual...
Страница 43: ...C H A P T E R 4 AGP VGA Setup...
Страница 47: ...Chapter 4 AGP VGA Setup 39 6 Click Setup exe 5 Click M3WinNT...
Страница 48: ...40 MIC 3385 User s Manual 8 Click Yes 7 Click Next...
Страница 50: ...42 MIC 3385 User s Manual...
Страница 51: ...C H A P T E R 5 Award BIOS Setup...
Страница 59: ...Chapter 5 Award BIOS Setup 51 5 8 PnP PCI Configurations Figure 5 7 PnP PCI Configurations screen...
Страница 64: ...56 MIC 3385 User s Manual...
Страница 65: ...Programming the Watchdog Timer A P P E N D I X A...
Страница 68: ...60 MIC 3385 User s Manual...
Страница 69: ...A P P E N D I X B Pin Assignments...