48
ET976 Series User’s Manual
C.
Watchdog Timer Configuration
The Watchdog Timer (WDT) is used to generate a variety of output signals
after a user programmable count. The WDT is suitable for use in the
prevention of system lock-up, such as when software becomes trapped in a
deadlock. Under these sorts of circumstances, the timer will count to zero
and the selected outputs will be driven.
Under normal circumstance, you will need to restart the WDT at regular
intervals before the timer counts to zero.
* F81804 DIO Main Function Example *
INTN
EFIAPI
ShellAppMain (
IN UINTN Argc,
IN CHAR16 **Argv
)
{
UINT8 DIO;
F8104EnterConfig();
if(!F81804Init()){ //Check if this SIO is F81804
return 0;
}
F81804DioInit(); //Init F81804 DIO
F81804SetOutput(0x00); //Set out0-3 to Low
DIO = F81804GetInput();
if(DIO != 0x00){
return 0;
}
F81804SetOutput(0x1E); //Set out0-3 to High
DIO = F81804GetInput();
if(DIO != 0x0F){
return 0;
}
Summary of Contents for ET976
Page 1: ...ET976 AMD Ryzen FP5 COM Express Type 6 Module User s Manual Version 1 0...
Page 8: ...viii ET976 Series User s Manual This page is intentionally left blank...
Page 13: ...General Information ET976 Series User s Manual 5 1 1 5 Block Diagram...
Page 15: ...General Information ET976 Series User s Manual 7 1 1 7 Dimensions Unit mm...
Page 16: ...8 ET976 Series User s Manual This page is intentionally left blank...
Page 28: ...20 ET976 Series User s Manual This page is intentionally left blank...
Page 32: ...24 ET976 Series User s Manual 4 4 1 AMD CBS...
Page 37: ...BIOS Setup ET976 Series User s Manual 29 4 Paralle Port Configuration...
Page 43: ...BIOS Setup ET976 Series User s Manual 35 4 4 4 14 CSM Configuration...
Page 44: ...36 ET976 Series User s Manual 4 4 15 NVMe Configuration...