S-RECORD INFORMATION
M68HC11EVBU/D
A-3
A-4
S-RECORD CREATION
S-record format programs may be produced by several dump utilities, debuggers, or several cross
assemblers or cross linkers. Several programs are available for downloading a file in S-record
format from a host system to an 8-bit or 16-bit microprocessor-based system.
A-5
S-RECORD EXAMPLE
Shown below is a typical S-record format module, as printed or displayed:
S00600004844521B
S1130000285F245F2212226A000424290008237C2A
S11300100002000800082629001853812341001813
S113002041E900084E42234300182342000824A952
S107003000144ED492
S9030000FC
The above module consists of an S0 header record, four S1 code/data records, and an S9
termination record.
The S0 header record is comprised of the following character pairs:
S0
S-record type S0, indicating a header record.
06
Hexadecimal 06 (decimal 6), indicating six character pairs (or ASCII bytes) follow.
00
00
Four-character 2-byte address field, zeroes.
48
44
52
ASCII H, D, and R – "HDR".
1B
Checksum of S0 record.
The first S1 code/data record is explained as follows:
S1
S-record type S1, indicating a code/data record to be loaded/verified at a 2-byte address.
13
Hexadecimal 13 (decimal 19), indicating 19 character pairs, representing 19 bytes of binary data,
follow.
00
00
Four-character 2-byte address field; hexadecimal address 0000, indicates location where the
following data is to be loaded.
Summary of Contents for M68HC11EVBD
Page 4: ......
Page 92: ...HARDWARE DESCRIPTION 5 4 M68HC11EVBU D ...
Page 101: ...SUPPORT INFORMATION M68HC11EVBU D 6 9 Figure 6 2 EVBU Schematic Diagram Sheet 1 of 3 ...
Page 102: ...SUPPORT INFORMATION 6 10 M68HC11EVBU D ...
Page 103: ...SUPPORT INFORMATION M68HC11EVBU D 6 11 Figure 6 2 EVBU Schematic Diagram Sheet 2 of 3 ...
Page 104: ...SUPPORT INFORMATION 6 12 M68HC11EVBU D ...
Page 105: ...SUPPORT INFORMATION M68HC11EVBU D 6 13 Figure 6 2 EVBU Schematic Diagram Sheet 3 of 3 ...