Nexcom EBC 355 Manual do Utilizador Página 61

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 63
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 60
Copyright © 2014 NEXCOM International Co., Ltd. All Rights Reserved.
47
EBC 355 User Manual
Appendix A: Watchdog Timer Setting
Appendix A: Watchdog Timer Setting
EBC 355 WatchDog Programming Guide
#define SUPERIO_PORT 0x2E
#define WDT_SET 0x72
#define WDT_VALUE 0x73
void main(void)
{
#Enter SuperIO Configuration
outportb(SUPERIO_PORT, 0x87);
outportb(SUPERIO_PORT, 0x01);
outportb(SUPERIO_PORT, 0x55);
outportb(SUPERIO_PORT, 0x55);
# Set LDN
outportb(SUPERIO_PORT, 0x07);
outportb(SUPERIO_PORT+1 ,0x07);
# Set WDT setting
outportb(SUPERIO_PORT, WDT_SET);
outportb(SUPERIO_PORT+1, 0x90); # Use the second
# Use the minute, change value to 0x40
# Set WDT sec/min
outportb(SUPERIO_PORT, WDT_VALUE);
outportb(SUPERIO_PORT+1, 0x05); #Set 5 seconds
}
Vista de página 60
1 2 ... 56 57 58 59 60 61 62 63

Comentários a estes Manuais

Sem comentários