EasyManua.ls Logo

MSI MS-9856 - Watch Dog Timer Setting

MSI MS-9856
63 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
4-2

watch dog tiMer Setting
Software code
SIO_IDX equ 2Eh
SIO_DTA equ 2Fh
Timer equ 10; reset after 10 seconds
1. Enter conguration mode
mov dx,SIO_IDX
mov al,87h
out dx,al
mov al,01h
out dx,al
mov al,55h
out dx,al
out dx,al
2. Set to LDN 07
mov dx,SIO_IDX
mov al,07h
out dx,al
mov dx,SIO_DTA
mov al,07h
out dx,al
3. Set WatchDog Timer
mov dx,SIO_IDX
mov al,073h
out dx,al
mov dx,SIO_DTA
mov al,Timer
out dx,al
4. Exit conguration mode
mov dx,SIO_IDX
mov al,02h
out dx,al
mov dx,SIO_DTA
out dx,al

Related product manuals