Read this first, About this manual, Notational conventions – Texas Instruments TMS320C3x User Manual

Page 3: Preface

Advertising
background image

iii

Preface

Read This First

About This Manual

This user’s guide serves as an applications reference book for the TMS320C3x
generation of digital signal processors (DSPs). These include the TMS320C30,
TMS320C31, TMS320LC31, and TMS320C32. Throughout the book, all refer-
ences to ’C3x refer collectively to the ’C30, ’C31, ’LC31 and ’C32.

This book provides information to assist managers and hardware/software
engineers in application development. It includes example code and hard-
ware connections for various applications.

The guide shows how to use the instructions set, the architecture, and the ’C3x
interface. It presents examples for frequently used applications and discusses
more involved examples and applications. It also defines the principles involved
in many applications and gives the corresponding assembly language code for
instructional purposes and for immediate use. Whenever the detailed explanation
of the underlying theory is too extensive to be included in this manual, appropriate
references are given for further information.

Notational Conventions

This document uses the following conventions.

-

Program listings, program examples, and interactive displays are shown in
a

special typeface

. Examples use a

bold version

of the special

typeface for emphasis; interactive displays use a

bold version

of the

special typeface to distinguish commands that you enter from items that the
system displays (such as prompts, command output, error messages, etc.).

Here is a sample program listing:

0011 0005 0001 .field 1, 2

0012 0005 0003 .field 3, 4

0013 0005 0006 .field 6, 3

0014 0006 .even

Here is an example of a system prompt and a command that you might
enter:

C:

csr –a /user/ti/simuboard/utilities

Advertising