User Manual
Embedded Controller AEC-6612 Rev. B 
Appendix A Programming the Watchdog Timer A-8 
;/////////////////////////////////////////////////////////////////////////////////////////////// 
Dec dx 
Mov al,0f5h     ;CRF5 (PLED mode register) 
Out dx,al 
Inc dx 
In al,dx 
And al,not 08h    ;Set second as counting unit 
Out dx,al 
;/////////////////////////////////////////////////////////////////////////////////////////////// 
Dec dx 
Mov al,0f6h     ; CRF6 
Out dx,al 
Inc dx 
Mov al,10      ;Set timeout interval as 10 sec. 
Out dx,al 
;/////////////////////////////////////////////////////////////////////////////////////////////// 
Dec dx      ;Exit W83627DHG config mode 
Mov al,0aah      (out 0aah to 2eh once) 
Out dx,al 
;/////////////////////////////////////////////////////////////////////////////////////////////// 










