Lex System 2I392CW Manual page 36

Intel apollo lake n4200 / n3350 / e3950 soc cpu, ddr3l sodimm, 2 x lan / hdmi / usb / com / pcie mini card
Table of Contents

Advertisement

Introduction
How to use this Demo Application
WriteI2CByte(I2CADDR, CONFIG, 0x03);//Set Watch Dog Timer function
WriteI2CByte(I2CADDR, WDT_TIMER, timer);//Set Watch Dog Timer range from 0-255.
WriteI2CByte(I2CADDR, WDT_TIMER_CTL, 0x73);//Enable Watch Dog Timer in second and pulse mode
How to use this Demo Application
WriteI2CByte(I2CADDR, WDT_TIMER_CTL, 0x00);
How to use this Demo Application
void pause(int time)
{
asm mov ah,0h;
asm int 1ah;
asm add dx,time;
asm mov bx,dx;
label:
asm int 1ah;
asm cmp bx,dx;
asm jne label;
}
//Ah = 00 Read System Time Counter
//read time from Time Counter and store it in DX register
32

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 2I392CW and is the answer not in the manual?

Table of Contents