bdi
SCI
JTAG debug interface for SeeCode™ Debugger, BDI2000 (PPC744x/745x)
User Manual 21
© Copyright 1999-2003 by ABATRON AG
V 1.00
5.3.3 Flash.Erase
This command allows to erase one flash sector, block or chip.
Syntax:
flash.erase addr=0x02800000 mode=chip
addr
The start address of the flash sector to erase.
mode
This parameter defines the erase mode. The following modes are supported:
CHIP, BLOCK and SECTOR (default is sector erase)
5.3.4 Flash.Load
This command enables loading to flash memory. If the address of a data block is within the given
flash range, the BDI automatically uses the appropriate programming algorithm. This command must
be executed before downloading is started.
Syntax:
flash.load addr=0x02800000 size=0x200000
addr
The start address of the flash memory
size
The size of the flash memory
5.3.5 Flash.Idle
This command disables loading to flash memory.
Syntax:
flash.idle