13
2.5.7 DL - Download Serial
DL
Usage:
DL <offset>
The DL command performs an S-record download of data obtained from the 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 address for validity. If the destination is an address below the
defined user space (0x00000000-0x00010000), then an error message is displayed and downloading
aborted.
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 adjust the destination address by 0x40, the
command is:
dl
0x40