Msi Fuzzy RS690E Manuale Utente Pagina 62

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 70
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 61
MS-9804 Mainboard
4-2
Watch Dog Timer Setting
Software code
SIO_IDX equ 4EH
SIO_DTA equ 4FH
Timer equ 10; reset after 10 seconds
1.Enter configuration mode
mov dx,SIO_IDX
mov al,87h
out dx,al
out dx,al
2.Set to LDN 08
mov dx,SIO_IDX
mov al,07h
out dx,al
mov dx,SIO_DTA
mov al,08h
out dx,al
3.Set WatchDog Timer
mov dx,SIO_IDX
mov al,0f6h
out dx,al
mov dx,SIO_DTA
mov al,Timer
out dx,al
4.Exit configuration mode
mov dx,SIO_IDX
mov al,0AAh
out dx,al
Vedere la pagina 61
1 2 ... 57 58 59 60 61 62 63 64 65 66 67 68 69 70

Commenti su questo manuale

Nessun commento