
Secure Microcontroller User’s Guide
143 of 187
16.8 Command Line Interface
The serial bootstrap loader uses an easy-to-use command line interface that responds to single character
alphabetic commands that are summarized below. There are differences between versions as noted. A
detailed description of each command follows.
COMMAND VERSION FUNCTION
DS5000FP/DS2250T/DS5000(T)
All (DS5000 after Rev. D4)
Trace (echo) incoming data
Verify RAM against incoming Hex
Flow control of serial transmission
Selected commands require arguments and some commands have optional arguments. In all cases,
arguments are expected to be hexadecimal numbers. In addition, an ASCII control-C character (^C)
causes the serial loader to terminate any function currently being executed and display the command line
prompt. An incoming break character (defined as a received null character (00h) with the stop bit = 0)
causes the serial bootstrap loader to be restarted and the baud rate redetermined.
16.9 Command Line Syntax
Single-letter ASCII characters are recognized as commands. Arguments are represented by hexadecimal
numbers. A hexadecimal number is any sequence of hexadecimal characters. A hexadecimal character
may be a digit, 0 through 9, or one of the letters A through F. A byte will always be the right-most two
digits of a hexadecimal number. An address will always be the right-most four digits of a hexadecimal
number.
AB → 0ABH
ABC → 0BCH
ABCD → 0CDH
AB → 00ABH
ABC → 0ABCH
ABCD → 0ABCDH
→
Komentáře k této Příručce