Dl - Download Console - Axiom CML-5485 Hardware User Manual

Application board for freescale mcf5485 mcu
Table of Contents

Advertisement

C M L - 5 4 8 5
U S E R
M A N U A L
Wherever possible, the disassembler will use information from the symbol table to produce a
more meaningful disassembly. This is especially useful for branch target addresses and
subroutine calls.
The DI command attempts to track the address of the last disassembled opcode. If no address
is provided to the DI command, then the DI command uses the address of the last opcode that
was disassembled.
The DI command is repeatable.
Examples:
To disassemble code that starts at 0x0004_0000, the command is:
di
40000
To disassemble code of the C function main(), the command is:
di
_main

DL - Download Console

Usage:
DL <offset>
The DL command performs an S-record download of data obtained from the console or serial
port. The value for offset is converted according to the user-defined radix, normally
hexadecimal.
If offset is provided, then the destination address of each S-record is adjusted by offset.
The DL command checks the destination download address for validity. If the destination is an
address outside the defined user space, then an error message is displayed and downloading
aborted.
If the destination address is in the user flash memory space, the flash will be programmed but
not erased. See the FL command for flash erasing.
If the S-record file contains the entry point address, then the program counter is set to reflect
this address.
Examples:
To download an S-record file through the serial port, the command is:
dl
To download an S-record file through the serial port, and add an offset to the destination
address of 0x40000, the command is:
dl
0x40000
V 1 . 0
27
0 6 / 2 2 / 0 5

Advertisement

Table of Contents
loading

Table of Contents