Application development – Sundance SMT376 User Manual

Page 13

Advertising
background image

Version 1.7

Page 13 of 24

SMT376 User Manual

Application Development

You can develop code for SMT376 modules in several ways. The simplest is to use
the Sundance SMT6000 Server Loader and its associated libraries (shortly to be
discontinued).
The Server Loader is an application that runs on a host PC under either Windows 98,
2000 or NT and allows you to run COFF-format applications. Modified forms of the TI
RTS library support standard C I/O.
The Server Loader will read a .out file and convert it into C4x-style boot code which
is then transmitted down a ComPort to the SMT376.
The boot code is in the following format:

Word

1

1

0

reserved

Words 2, 3, 4

0, 0, 0

Word 5

start address

6-word
header

Word 6

0

Word 1

4*N: Length of load block (in bytes)

2

Word 2

Destination address (external memory only)

Load Block

Next N words

N data words

0 or more
Load Blocks

Terminator Word

1

0

3

1

A word is 32 bits

2

The length of each data block will be rounded up to a multiple of 4 bytes if necessary.

3

Effectively a zero-length Load Block

Advertising