Texas Instruments TMS320 User Manual page 22

Dsp/bios v5.40
Hide thumbs Also See for TMS320:
Table of Contents

Advertisement

DSP/BIOS Components
1.2.2
DSP/BIOS Configuration Tool
1-6
Module
PRD
PWRM
QUE
RTDX
SEM
SIO
STS
SWI
SYS
TRC
TSK
A DSP/BIOS configuration allows you to optimize your application by creating
objects and setting their properties statically, rather than at run-time. This
both improves run-time performance and reduces the application footprint.
The source file for a configuration is a DSP/BIOS Tconf script, which has a
file extension of .tcf. There are two ways to access a DSP/BIOS
configuration:
❏ Textually. You can edit the text
of
the
script
Composer Studio or a separate
text editor. You code the configuration using JavaScript syntax. See the
DSP/BIOS Textual Configuration (Tconf) User's Guide (SPRU007) for
details.
❏ Graphically.
You
configurations in read-only mode
with the DSP/BIOS Configuration
Tool, a graphical editor that
functions as a macro recorder for scripts. The interface is similar to that
of the Windows Explorer. The script is shown in the right pane as you
create it.
You can set a wide range of parameters used by DSP/BIOS at run time. The
objects you create are used by the application's DSP/BIOS API calls. These
objects include software interrupts, tasks, I/O streams, and event logs.
Description
Periodic function manager
Power manager (C55x only)
Atomic queue manager
Real-time data exchange settings
Semaphore manager
Stream I/O manager
Statistics object manager
Software interrupt manager
System services manager
Trace manager
Multitasking manager
using
Code
can
view

Advertisement

Table of Contents
loading

Table of Contents