MPC564EVB Freescale Semiconductor, MPC564EVB Datasheet - Page 60

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
Commands
BF
Usage:
The BF command fills a contiguous block of memory starting at address begin, stopping at address
end, with the value data. <Width> modifies the size of the data that is written. If no <width> is
specified, the default of word sized data is used.
The value for addresses begin and end may be an absolute address specified as a hexadecimal
value, or a symbol name. The value for data may be a symbol name, or a number converted
according to the user-defined radix, normally hexadecimal.
The optional value <inc> can be used to increment (or decrement) the data value during the fill.
This command first aligns the starting address for the data access size, and then increments the
address accordingly during the operation. Thus, for the duration of the operation, this command
performs properly-aligned memory accesses.
Examples:
To fill a memory block starting at 0xFFF2_0000 and ending at 0xFFF4_0000 with the value
0x1234, the command is:
To fill a block of memory starting at 0xFFF20000 and ending at 0xFFF4_0000 with a byte value
of 0xAB, the command is:
To zero out the BSS section of the target code (defined by the symbols bss_start and bss_end), the
command is:
To fill a block of memory starting at 0xFFF2_0000 and ending at 0xFFF4_0000 with data that
increments by 2 for each <width>, the command is:
3-10
bf
bf.b
bf
bf
BF<width> begin end data <inc>
FFF20000 FFF40000 1234
FFF20000 FFF40000 AB
bss_start bss_end 0
FFF20000 FFF40000 0 2
Freescale Semiconductor, Inc.
For More Information On This Product,
MPC564EVB User’s Manual
Go to: www.freescale.com
Block Fill

Related parts for MPC564EVB