84
SI-606 User Manual
}
//---------------------------------------------------------------------------
void EnableWDT(int interval)
{
unsigned char bBuf;
bBuf = Get_F81846_Reg(0x2B);
bBuf &= (~0x20);
Set_F81846_Reg(0x2B, bBuf);
//Enable WDTO
Set_F81846_LD(0x07);
//switch to logic device 7
Set_F81846_Reg(0x30, 0x01);
//enable timer
bBuf = Get_F81846_Reg(0xF5);
bBuf &= (~0x0F);
bBuf |= 0x52;
Set_F81846_Reg(0xF5, bBuf);
//count mode is second
Set_F81846_Reg(0xF6, interval);
//set timer
bBuf = Get_F81846_Reg(0xFA);
bBuf |= 0x01;
Set_F81846_Reg(0xFA, bBuf);
//enable WDTO output
bBuf = Get_F81846_Reg(0xF5);
bBuf |= 0x20;
Set_F81846_Reg(0xF5, bBuf);
//start counting
}
//---------------------------------------------------------------------------
void DisableWDT(void)
{
unsigned char bBuf;
Set_F81846_LD(0x07);
Содержание SI-606-M
Страница 1: ...SI 606 User Manual SI 606 User Manual...
Страница 2: ...ii SI 606 User Manual Revision Release Date V1 0 2015 10 20 V1 1 2017 06 19 V1 2 2017 12 21...
Страница 8: ......
Страница 11: ...Copyright 2016 IBASE Technology Inc All Rights Reserved 3 IBASE Technology Inc 1 2 2 Dimensions...
Страница 12: ...4 SI 606 User Manual 1 2 3 I O View SI 606 front side SI 606 rear side...
Страница 20: ...12 SI 606 User Manual IMBD60E Board Dimensions...
Страница 60: ...52 SI 606 User Manual 8 To reboot the system click Yes...
Страница 66: ...58 SI 606 User Manual 7 When InstallShield Wizard is complete click Finish...
Страница 69: ...Copyright 2016 IBASE Technology Inc All Rights Reserved 61 IBASE Technology Inc...
Страница 72: ...64 SI 606 User Manual 5 Setup complete Click Finish to restart the computer and for changes to take effect...
Страница 88: ...80 SI 606 User Manual Step 12 Name the display group and click OK The creation of a display group is completed...