User`s guide
12 Developer’s Kit for Texas Instruments™ DSP 1.1 Release Notes
12-4
New Features
Note The Developer’s Kit for Texas Instruments™ DSP 1.0 was released as
a Web-downloadable product prior to Release 12.1. Version 1.1 of this product
includes some important updates to Version 1.0, as summarized below.
New Link Functions for CCS IDE
Version 1.1 of the Developer’s Kit adds five functions that extend the program
debugging and project management capabilities of the tool.
Function Description
add
Places a file in the current CCS project. Use this
function to add the specified file in your current
project in CCS. Supports adding C/C++ files, ASM
files, object and library files, linker command files,
and DSP/BIOS files.
delete
Removes debug points in CCS. You can remove
breakpoints, probe points, and profile points. To
identify the point to delete you specify either the
address or line number.
insert
Adds debug points in CCS. You can add breakpoints,
probe points, and profile points. To identify the
location and type of point to insert you specify either
the address or line number.
isrtdxcapable
Determines and returns whether the target
associated with a CCSDSP object supports RTDX
communications.
remove
Removes files from the current CCS project. With this
function you can remove any type of file contained in
the project.