10-66
BajaPPC-750: Monitor
The function
LongAddrTest
performs a long-oriented test of the specified
memory region. Each location is tested by writing the location address
through the entire memory region and verifying each location.
The function
RotTest
performs a long word-oriented test of the specified
memory region. Each memory location is tested by rotating a single bit
through the long-word location.
The function
PingPongAddrTest
is used to test the reliability of memory
accesses in an environment where the data addresses are varying widely. The
intention is to cause the address buffers and multiplexors to change dramati-
cally.
The function
Interact
is used to test byte interaction in the memory region
specified by
StartAddr
and
EndAddr
. The main goal of this test is to check for
mirrors in memory. This is accomplished by testing the interaction between
bytes at different points in memory.
10.15.23 Timer
SYNOPSIS
void time_delay(unsigned long duration)
DESCRIPTION
The
time_delay
function causes a delay of
duration
microseconds. This function
makes use of the time base counter on the CPU to generate the delay.
10.15.24 Printing
SYNOPSIS
void xprintf(char *CtrlStr,
unsigned long Arg0,
unsigned long Arg1,
... unsigned long ArgN)
void xsprintf(char *Buffer,
char *CtrlStr,
unsigned long Arg0,
unsigned long Arg1,
... unsigned long ArgN)
Содержание BajaPPC-750
Страница 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 7: ......
Страница 16: ...0002M621 15 ix Register Map 9 1 Counter Timer Status CTSR 9 2 Register Map 9 2 Counter Timer Mode CTMR 9 4...
Страница 19: ...xii BajaPPC 750 Contents...
Страница 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Страница 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Страница 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Страница 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Страница 207: ...10 68 BajaPPC 750 Monitor May 2002...