![Aaeon PCM-4896 Скачать руководство пользователя страница 118](http://html1.mh-extra.com/html/aaeon/pcm-4896/pcm-4896_user-manual_3317912118.webp)
106 PCM-4896 User Manual
Programming the watchdog timer
How to program the WATCHDOG TIMER
1. To set the time-out interval of watchdog timer:
-- output the desired value to port 0x443. Since the data is of 1
byte, the maximum value will be 255. In our design 2 ~ 255 will
denote 2 ~ 255 sec.
outportb(0x443, 30); // set watchdog to 30 seconds
2. To set the time-out event:
-- output data to prot 0x444,
• 0: reset system
• 1, 2, 3: IRQ 10, 15, 11 respectively
• 4: NMI
e.g.
outportb(0x444, 0); // set time-out event to reset-system
3. To disable watchdog timer:
-- output value 0 to port 0x443
outportb(0x443, 0); // disable watchdog timer
4. To ebable or refresh watchdog timer(the watchdog timer will
return to its initial value, then count down):
-- access the I/O port 0x443, e.g.
outportb(0x443, data); // refresh watchdog timer
* note: if you want to refresh the watchdog timer, you have to
disable it first.
Содержание PCM-4896
Страница 1: ...PCM 4896 L All in One Cyrix GXm Single Board computer with LCD Ethernet Audio 4 COMs...
Страница 12: ......
Страница 19: ...Chapter 1 General Information 7 Board layout...
Страница 24: ...12 PCM 4896 User Manual Locating jumpers J9 J13 J12 J14 J10 J8 J1 J4 J6 J5 J11...
Страница 88: ...76 PCM 4896 User Manual...
Страница 110: ...98 PCM 4896 User Manual 2 Click the Next button on the Add New Hardware Wizard window...
Страница 111: ...Chapter 6 Software Configuration 99 3 Choose No for manual installing new hardware Then click the Next button...
Страница 112: ...100 PCM 4896 User Manual 4 Find and click to choose the sound icon Then click the Next button...
Страница 113: ...Chapter 6 Software Configuration 101 5 Click the Have Disk button...
Страница 116: ...104 PCM 4896 User Manual...
Страница 120: ...108 PCM 4896 User Manual...
Страница 124: ...112 PCM 4896 User Manual...
Страница 125: ...Appendix C Optional Extras 113 C Optional Extras A P P E N D I X...
Страница 128: ...116 PCM 4896 User Manual...