Motorola S-Record

Motorola S-Records use the file extension S (for example, file4.s).

Similar to Intel HEX, Motorola S-records use ASCII files, hex characters, and records to specify memory content. For more information about this format, search the web for several examples of the Motorola S-record description document. The RAM Content Manager uses only the S1 through S3 record types and ignores other record types.

The key difference between Intel HEX and Motorola S-record types is the record format, along with the extra error-checking features incorporated into Motorola S.

In both formats, memory content is specified by providing a starting address and a data set. The upper bits of the data set are loaded into the starting address and leftovers overflow into the adjacent addresses until the entire data set is used.

The Motorola S-record is composed of six fields and arranged as follows:

Stllaaaa[dd...]cc

Where:

Note: Configurator organizes data according to big Endian sequence. Motorola-S format requires byte-aligned port widths (for more information, see section Write Port Width Alignment).