
Additional extension information
| File type: |
Not specified |
| Popularity: |
Average |
| Author: |
Unknown |
| MIME type: | Not specified |
Files with the extension
.SREC are known as "
Motorola S-Records".
This file format was added to our database by a visitor to this site, but no additional information was provided.
We have yet to investigate the SREC file extension any further, or there was simply not enough information available at the time to report accurately on the format. If you know how to open SREC files or even how to convert or edit them, please use the form below.
However, it is possible that other file formats exist which also use the
SREC extension, so please
let us know if you do not think the SREC extension matches the file format you are looking for.
The records have the following structure:
Start code, one character, an S.
Record type, one digit, 0 to 9, defining the type of the data field.
Byte count, two hex digits, indicating the number of bytes (hex digit pairs) that follow in the rest of the record (in the address, data and checksum fields).
Address, four, six, or eight hex digits as determined by the record type for the memory location of the first data byte.
Data, a sequence of 2n hex digits, for n bytes of the data.
Checksum, two hex digits - the least significant byte of ones' complement of the sum of the values represented by the two hex digit pairs for the byte count, address and data fields.
There are eight record types
S0,S1,S2,S3,S5,S7,S8,S9.