Chapter 3. Using the Monitor/Debug Firmware
3-19
Commands
FL
Erase/Program Flash
Usage:
FL
FL (e)rase addr bytes
FL (w)rite dest src bytes
The FL command is used to erase the external flash, write to external flash, and display flash device
information. Erase and Write operations must be done in sector blocks. dBUG assumes that the user has
erased enough memory before writing to it. The destination address must be word (4byte) aligned and the
byte count must be in word (4byte) multiples. To download a .s19 file straight to flash, please see the DL
command.
Examples:
To view the flash device information, the command is:
fl
To erase 0x10000 bytes of flash starting at 0x00800000, the command is:
fl erase 800000 10000
To copy 0x40 bytes of data from internal SRAM (0x3FA000) to external flash at 0x00800000, the command
is:
fl
write
800000 3fa000 0x40
Summary of Contents for MPC564EVB
Page 1: ...MPC564EVBUM Rev 1 2 3 2003 MPC564EVB User s Manual ...
Page 6: ......
Page 10: ...Contents Paragraph Number Title Page Number iv MPC564EVB User s Manual MOTOROLA ...
Page 50: ...2 12 MPC564EVB User s Manual System Power up and Initial Operation ...
Page 92: ...3 42 MPC564EVB User s Manual System Call Functions ...
Page 98: ...B 4 MPC564EVB User s Manual Troubleshooting Network Problems ...