MATLAB Link for Code Composer Studio Development Tools | ![]() ![]() |
Listing the Functions for Links
To review a complete list of functions that operate on links, either CCS IDE or RTDX, type either
at the command line. If you already have a link cc
, you can use dot notation to return the methods for CCS IDE or RTDX by entering
at the prompt. In either instance MATLAB returns a list of the available functions for the specified link type, including both public and private functions. For example, to see the functions (methods) for links to CCS IDE, type:
help ccsdsp CCDSP - Base constructor for the 'Link to Code Composer Studio(tm)' Description of methods available for CCSDSP --------------------------------------------------------------------- ACTIVATE Set the active project, text file or build configuration ADD Add source file to a project ANIMATE Initiate a target execution with breakpoint animation ADDRESS Search the target's symbol table for an address BUILD Compile/Link to build a program file CCSDSP Constructor which establishes the link to CCS CD Change or query working directory of Code Composer Studio CLOSE Close Code Composer Studio project or text file CREATEOBJ Creates objects for manipulating target values DELETE Delete a debug point from DSP memory DIR List files in Code Composer Studio working directory DISP Display information about the CCSDSP object GOTO Executes the target to the entry of a function HALT Immediately terminate execution of the DSP processor INFO Produce a list of information about the target processor INSERT Insert a debug point into DSP memory ISREADABLE Query if a block of DSP memory is available for reading ISRUNNING Query status of DSP execution ISRTDXCAPABLE Query if DSP supports RTDX communications ISVISIBLE Query visibility of Code Composer Studio application ISWRITABLE Query if a block of DSP memory is available for writing LIST Produces various lists of information from Code Composer LOAD Loads a program file into the DSP processor NEW Create a default project, text file or build configuration OPEN Loads a workspace, project or program file PROFILE Return measurements from any DSP/BIOS(tm) STS objects READ Return a block of data from the memory of the DSP REGREAD Return data storied in a DSP register REGWRITE Modify the contents of a DSP register RELOAD Reload most recently loaded program file REMOVE Remove a file from a project RESTART Return PC to the beginning of a target program RUN Initiates execution of the DSP processor SAVE Save Code Composer Studio project or text file SYMBOL Returns the target's entire symbol table VISIBLE Hide or reveal Code Composer Studio application window WRITE Places a block of Matlab data into the memory of the DSP
![]() | Closing the Links or Cleaning Up | About Objects for MATLAB Link Software | ![]() |