MPC564EVB Freescale Semiconductor, MPC564EVB Datasheet - Page 61

KIT EVAL FOR MPC561/562/563/564

MPC564EVB

Manufacturer Part Number
MPC564EVB
Description
KIT EVAL FOR MPC561/562/563/564
Manufacturer
Freescale Semiconductor
Type
Microcontrollerr
Datasheets

Specifications of MPC564EVB

Contents
Module Board, Installation Guide, Power Supply, Cable, Software and more
Processor To Be Evaluated
MPC56x
Data Bus Width
32 bit
Interface Type
RS-232, Ethernet
For Use With/related Products
MPC561, 562, 563, 564
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
BM
Usage:
The BM command moves a contiguous block of memory starting at address begin and stopping at
address end to the new address dest. The BM command copies memory as a series of bytes, and
does not alter the original block.
The values for addresses begin, end, and dest may be absolute addresses specified as hexadecimal
values, or symbol names. If the destination address overlaps the block defined by begin and end,
an error message is produced and the command exits.
Examples:
To copy a block of memory starting at 0xFFF4_0000 and ending at 0xFFF7_0000 to the location
0xFFF0_0000, the command is:
To copy the target code’s data section (defined by the symbols data_start and data_end) to
0xFFF0_0000, the command is:
bm
bm
BM begin end dest
Refer to “upuser” command for copying code/data into Flash
memory.
FFF40000 FFF70000 FFF00000
data_start data_end FFF00000
Chapter 3. Using the Monitor/Debug Firmware
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
NOTE:
Block Move
Commands
3-11

Related parts for MPC564EVB