10-24
BajaPPC-750: Monitor
10.6.4 flasheraseblk
flasheraseblk
destination
erases a 64-kilobyte block of flash memory that con-
tains the
destination
address.
DEFINITION
int FlashEraseBlk(unsigned char *FlashAddr)
10.6.5 wideflashblkwr
wideflashblkwr
source destination bytecount
writes
bytecount
from the
source
address to the
destination
address (64-bit wide flash memory). All accesses must be
64-bits wide, so
bytecount
must be a multiple of 8 bytes.
wideflashblkwr
calls
wideflasheraseblk
to erase the block(s) it will write to. In the event of a write
or erase error, it calls
wideflashclrstat
.
DEFINITION
unsigned long WideFlashBlkWr(unsigned char *Src,
void *Dest,
unsigned long ByteCnt)
10.6.6 wideflashclrstat
wideflashclrstat
destination
resets the status registers of the 64-bit wide flash
memory that contains the
destination
address.
DEFINITION
void WideFlashClrStat(void *FlashAddr)
10.6.7 wideflasheraseblk
wideflasheraseblk
destination
erases a 512-kilobyte block of wide flash mem-
ory that contains the
destination
address.
DEFINITION
int WideFlashEraseBlk(void *FlashAddr)
Summary of Contents for BajaPPC-750
Page 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Page 7: ......
Page 19: ...xii BajaPPC 750 Contents...
Page 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Page 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Page 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Page 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Page 207: ...10 68 BajaPPC 750 Monitor May 2002...