English
Language : 

SLAS191A Datasheet, PDF (50/86 Pages) Texas Instruments – Starter Kit Evaluation Kit Manual
@x The @x command loads program/data section(s), byte by byte, into the RAM/EPROM. A program
algorithm detects the correct download section (in the RAM or EPROM) and runs automatically. The
transfer can be made by using a keyboard or by file transfer (pull-down menu Transfers/Send Text
File in Hyperterminal program). If download is performed manually, it can be terminated with a q
keystroke. Normally the data associated with the load command is a content of linker or
assembler-generated program/data files.
Figure 2–14 is an example of the format of such a program/data file:
>@0220
C2 43 12 00 3B 40 B4 02 92 12 D4 FF F2 40 FF 00
32 00 B0 12 90 D8 B0 12 48 D8 B0 12 C8 D7 B0 12
72 D7 B0 12 0E D7 B0 12 56 02 B0 12 72 D7 B0 12
1C D8 30 40 52 02 06 12 F2 F0 FB 00 03 00 B2 40
1D 00 12 01 B2 40 0B 09 14 01 56 42 03 00 66 F2
FC 27 16 42 18 01 36 90 00 10 05 38 3B 40 40 DA
92 12 D4 FF 04 3C 3B 40 4C DA 92 12 D4 FF 36 41
31 40 00 03 B2 40 80 5A 20 01 30 40 20 02 06 12
52 12 12 00 52 12 11 00 F2 40 19 00 12 00 F2 42
11 00 B2 40 FF 00 12 01 16 42 10 01 F2 41 11 00
F2 41 12 00 76 F0 EB 00 B0 12 7A D7
@03FE
20 02
q
>downloaded _PC_ _SP_ _SR_
reg 0000 : 0220 0400 0008 0000 f8b8 0010 0000 0003
reg 0008 : 0000 2837 0000 f0c2 fffe fffe fffe fbfe
Figure 2–14. Transfer Data Command
The @x command sets the memory-modification address to the address where program/data files are
stored. All code lines following the @x command represent data in byte format. These bytes will be copied
sequentially to the specified section address. The q command terminates the section input and returns the
control back to the Monitor Program.
NOTE: Programming an EPROM
While programming the EPROM, be sure that the file being used has the correct section
addresses and contains the correct program/data. Programming an EPROM location once will
prevent a second programming at this location in the STK. For more information see the
Hardware Installation section in this manual.
2–14