![IBASE Technology MBD301 User Manual Download Page 62](http://html1.mh-extra.com/html/ibase-technology/mbd301/mbd301_user-manual_605016062.webp)
54
MBD301
User’s Manual
Level
Function
IRQ 4294967276
AMD USB 3.10 eXtensible Host Controller - 1.10 (Microsoft)
IRQ 4294967275
AMD USB 3.10 eXtensible Host Controller - 1.10 (Microsoft)
IRQ 4294967274
AMD USB 3.10 eXtensible Host Controller - 1.10 (Microsoft)
IRQ 4294967287
AMD PSP 10.0 Device
IRQ 4294967286
AMD PSP 10.0 Device
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.
Sample Code:
//---------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
//---------------------------------------------------------------------------
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
#include "F81846.H"
//---------------------------------------------------------------------------
int main (int argc, char *argv[]);
void EnableWDT(int);
void DisableWDT(void);
//---------------------------------------------------------------------------
int main (int argc, char *argv[])
{
unsigned char bBuf;
unsigned char bTime;
char **endptr;
char SIO;
Summary of Contents for MBD301
Page 8: ...viii MBD301 User s Manual This page is intentionally left blank ...
Page 13: ...General Information MBD301 User s Manual 5 1 1 6 Block Diagram ...
Page 16: ...8 MBD301 User s Manual This page is intentionally left blank ...
Page 42: ...34 MBD301 User s Manual ...
Page 49: ...BIOS Setup MBD301 User s Manual 41 4 4 4 6 CPU Configuration 4 4 7 USB Configuration ...