User manual

Monitor12 (MON12) User Manual 05/30/01
16
LOAD - RECEIVE S-RECORD FILE
The LOAD command receives (downloads) object data in S-record format (see
Appendix A) from the host terminal computer to the EVB. As the EVB monitor
processes only valid S-record data, it is possible for the monitor to hang up
during a load operation. If an S-record starting address points to and invalid
memory location, the invalid address message "error addr xxxx" is displayed on
the Terminal {xxxx = invalid address). A valid load will be followed by a
‘Done’ message.
EXAMPLES DESCRIPTION
>LOAD LOAD command entered to download data from host. User
should now send the S record file with host terminal
software.
done
> Done message with command prompt returns after S record
received
>LOAD LOAD command entered.
error addr E000 Invalid address message.
> S-records must be downloaded into RAM.
MD - MEMORY DISPLAY
where: <address1> Memory starting address (optional).
[<address2>] Memory ending address (optional).
The MD command allows the user to display a block of user memory beginning at
address1 and continuing to address2. If address2 is not entered, 9 lines of 16
bytes are displayed beginning at address1. If address1 is greater than
address2, the display will default to the first address. If no addresses are
specified, 9 lines of 16 bytes are displayed near the last memory location
accessed.
EXAMPLES
>MD
F7D0 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F7E0 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F7F0 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F800 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F810 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F820 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F830 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F840 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
F850 AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA AA ................
>