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;
}
Содержание ET976
Страница 1: ...ET976 AMD Ryzen FP5 COM Express Type 6 Module User s Manual Version 1 0...
Страница 8: ...viii ET976 Series User s Manual This page is intentionally left blank...
Страница 13: ...General Information ET976 Series User s Manual 5 1 1 5 Block Diagram...
Страница 14: ...6 ET976 Series User s Manual 1 6 Board Layout Top View Bottom View The pictures above are for reference only...
Страница 15: ...General Information ET976 Series User s Manual 7 1 1 7 Dimensions Unit mm...
Страница 16: ...8 ET976 Series User s Manual This page is intentionally left blank...
Страница 28: ...20 ET976 Series User s Manual This page is intentionally left blank...
Страница 32: ...24 ET976 Series User s Manual 4 4 1 AMD CBS...
Страница 37: ...BIOS Setup ET976 Series User s Manual 29 4 Paralle Port Configuration...
Страница 43: ...BIOS Setup ET976 Series User s Manual 35 4 4 4 14 CSM Configuration...
Страница 44: ...36 ET976 Series User s Manual 4 4 15 NVMe Configuration...