AAEON IMBI-Q45 User Manual

Page 39

Advertising
background image

I n d u s t r i a l M o t h e r b o a r d

I M B I - Q 4 5

Appendix A Programming the Watchdog Timer

A-5

Default=00h)

Bit

Description

7-0

WDT Time-out value 7-0

WatchDog Timer Time-out Value (MSB) Register (Index=74h,

Default=00h)

Bit

Description

7-0

WDT Time-out value 15-8

A.2 ITE8718 Watchdog Timer Initial Program

.MODEL SMALL

.CODE

Main:

CALL Enter_Configuration_mode

CALL Check_Chip

mov cl, 7

call Set_Logic_Device

;time setting

mov cl, 10 ; 10 Sec

dec al

Watch_Dog_Setting:

;Timer setting

mov al, cl

mov cl, 73h

Advertising