25
Source file: F75111_Dos_Src.rar
Binary file: F75111_Dos_Bin.rar
USERNAME & PASSWORD: sf
Enable Watch Dog Timer
1.Boot Ms-Dos Operating System
2.execute "75WDT.EXE" binary file
3.Input 1 to Enable WDT timer or input 0 to Disable it.
4.input numbers of second for chip countdown and Reset Computer
The Sample code source you can download from
How to use this Demo Application
Introduction
http://tprd.info/lexwiki/index.php/IO_Device:F75111_under_DOS
3-6-1 IO Device:F75111 under DOS
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
Disable Watch Dog Timer
WriteI2CByte(I2CADDR, WDT_TIMER_CTL, 0x00);
Time Pause for mini seconds
void pause(int time)
{
asm mov ah,0h;
//Ah = 00 Read System Time Counter
asm int 1ah; //read time from Time Counter and store it in DX register
asm add dx,time;
asm mov bx,dx;
label:
asm int 1ah;
asm cmp bx,dx;
asm jne label;
}
Summary of Contents for 2I260D
Page 7: ...3 Photo 1 2 1 3 1 2 3 Insert Unplug...
Page 17: ...2 4 Layout 2I260D 13 CG1 CA3...
Page 19: ...15 2 5 1 Bottom Side Diagram 2I260D SATA1 SIM1 CU1 CU2...
Page 20: ...16 2 6 List of Jumpers JSB1 CMOS DATA SET...
Page 24: ...List of Connectors MPCE1 2 Two Mini card socket 52pin SIM1 SIM card Push Push 20...