• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » Code Composer Studio » Code Composer Forum » All Tags » DSS
Share
Code Composer Studio
  • Forum
  • Announcements

Browse by Tags

Code Composer Studio

Welcome to the Code Composer Studio Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
DSS
  • C6000
  • ccs
  • CCS 4
  • CCS 4.0
  • CCS 4.1
  • CCS 5
  • CCS v 4
  • CCS v 4.2
  • CCS v4
  • CCS v4.2
  • CCS v5
  • ccs4
  • CCS5
  • ccsv4
  • CCSv4.1
  • CCSv4.2
  • CCSv5
  • code composer
  • code Composer studio
  • code composer studio version 4
  • Debug
  • Eclipse
  • Linux
  • simulator
  • xds100v2
Related Posts
  • Forum Post: Re: [CCS Forum] RE: CCSv4 Linux installation

    Raju Pandey Raju Pandey
    Debug Server Scripting information can be obtained here: http://tiexpressdsp.com/index.php/Debug_Server_Scripting Raj
    on Dec 11, 2009
  • Forum Post: Re: [CCS Forum] RE: CCSv4 Linux installation

    Joe Zbiciak Joe Zbiciak
    Ok... I'm not sure what happened to the old "community.itg.ti.com" site or the thread I was participating on, so I'll restart it at this new site I seem to get redirected to. Darian Sale had replied to my last comment with this detail: "Additionally, TI ships "loadTI"...
    on Dec 11, 2009
  • Forum Post: Standalone install of DSS

    rperezti rperezti
    Is there a standalone install of DSS? My customer wants to use DSS loadti example for production Flash programming and they need a simple install process for this. If this doesn't exist, is there a way to just copy the DSS related files from a CCSv4 installation to another PC for simplifying the...
    on Feb 18, 2010
  • Forum Post: How to import system variables using DSS

    ravikorada ravikorada
    I am looking for information on how do I import system variable into the DSS script. It would help to make my script portable. Earlier, with CCSv3.3, used perl based scripting and used something like "my $dir_name = $ENV{LTELIB_DIR};" to import the values. I want to know how to achieve the...
    on Mar 16, 2010
  • Forum Post: Loadti current working directory wrong

    tkehoe tkehoe
    Have a number of applications which read in data files, paths are relative to current working directory either ".\file.dat" or ".\subdirectory\file2.dat" The "loadti" and/or Debug Server Scripting stuff is using location of the outfile as current working directory, which...
    on Mar 2, 2010
  • Forum Post: Asynchronous load option of 'loadti' DSS example doesn't seem to work correctly with xds100v2

    rperezti rperezti
    I am using loadti (DSS example) to load and run a program on a 'DM6437 with the asynchronous load option. When I use this with an xds510 emulator the target loads and runs as expected. However, when I do the same thing with an xds100v2 the target connects and loads, but doesn't run. As soon as...
    on Feb 19, 2010
  • Forum Post: Perl scripting from within IDE

    csghone csghone
    How can we execute DSS perl scripts from within the IDE? Or atleast launch the IDE when running the DSS perl scripts? I need to use the IDE and scripts in parallel? This was possible in CCSv3.3 and seems like a very serious limitation in CCSv4. I know that this is possible using JS.But...
    on May 31, 2010
  • Forum Post: Re: XDS100 without CCS

    James Jurack James Jurack
    Should that FAQ question actually be "Can I use the XDS100 with out CCS?" Also, while I was waiting for an answer, a co-worker pointed out Debug Server Scripting. I haven't made it work yet, but doesn't it basically do what I'm asking?
    on Jun 8, 2010
  • Forum Post: monitor debugging over DSS within CCS

    Bjoern Ahrends Bjoern Ahrends
    Hello everybody, is it possible to monitor the debug activity made via DSS within CCS4. For example when setting a breakpoint using DebugSession.debug.add(...) I would like to actually see the breakpoint being set also in CCS4 gui. I stumbled upon the method ScriptingEnvironment.isWithinCCS() so...
    on Sep 6, 2010
  • Forum Post: Debug Server Scripting (DSS): Access variables in DSP application by name

    Joachim Siegler Joachim Siegler
    Hello Community, I worked through the DSS wiki pages and the examples delivered with CCS v4. Thanks for this helpful tutorials. My first script works very well. But is there a way to get access to the values of variables in the running application by DSS? For instance, I would like to access...
    on Sep 7, 2010
  • Forum Post: IllegalArgumentException when using DSS (with CCS monitor) over JVM from C++ DLL

    Bjoern Ahrends Bjoern Ahrends
    Hi everybody, I'm working on an automated test environment using CCS4. In this environment a C++ DLL starts a JVM (including a classpath containing a self written java class, which simply wraps all needed debuging functionality from the CCS4 classes into a single class) and within this Virtual...
    on Sep 13, 2010
  • Forum Post: How to close down DSS connection via Java

    Bjoern Ahrends Bjoern Ahrends
    Hello everybody, I'm using Java in order to establish a connection to DSS. When shutting down DSS using: debugSession.terminate() debugServer.stop() There are still two threads running which belong to DSS ( pool-1-thread-1 and polling thread , see screenshot): This threads seem...
    on Sep 17, 2010
  • Forum Post: Perl Scripting with DSS

    CRN PRASANNA CRN PRASANNA
    I am currently working on Perl Scripting with DSS. I am facing 2 issues in this regard: 1. Once we do a $xyz->{target}->run (Dummy Run), the script is not coming out of this command. For example, In OMAP4 Simulator, we use to reset ICONT's & M3_App, followed by Loading .out on M3_APP...
    on Dec 7, 2010
  • Forum Post: CCSV4.2 CR1 :scripting issue with OMAP4430 target

    Claudio06 Claudio06
    Hi, I used to run some Debug Server Scripting on OMAP4430 TEB . The script is based on the load_ti javascript. (Please visit the site to view this file) It connects to the cortex a9_0 and loads one application. this application loads the cortex M3_0 program.and launch its execution With...
    on Dec 17, 2010
  • Forum Post: Data acquisition - How to ?

    Sugantha Krishnamoorthy Sugantha Krishnamoorthy
    Hi, I wish to have a running graph of a data. CCS 4 has option for displaying Graph. However i wish to create my own application. I know the basics of debugging, but i have no idea of GEL/DSS/Java Scripting. For starters, please help me how to do the following in JS. 1) I have a interrupt...
    on May 17, 2011
  • Forum Post: NoClassDefFoundErrors when using DSS to profile code

    Emil Eriksson74563 Emil Eriksson74563
    CCS version: 5.0.2.00006 OS version: 2.6.32-31-generic #61-Ubuntu x86_64 GNU/Linux When profiling from within CCS (Eclipse) everything works fine. But when I use DSS and try to automate the profiling (like on the page linked below) I get into a mess of NoClassDefFoundErrors. http://processors...
    on May 18, 2011
  • Forum Post: Re: Multiple instances of Debug server using DSS scripting

    Truong-Khang Le-XID Truong-Khang Le-XID
    Hello, How can we differentiate the name of each emulator in DSS scripting? Can we just use the same .ccxml file and pass Emulator's name as an argument in scripting? Is there any java method to get emulator's name (board's name) and CPU's name from .ccxml file? Thanks, Khang...
    on May 30, 2011
  • Forum Post: Using DSS to load and run a .out file.

    Jason Corrigan Jason Corrigan
    I am trying to use DSS to load and run on an OMAP-L138 experimenter board. I am able to connect to the target and debug through CCS v4 but when I use loadti or any of the other example scripts for DSS it just hangs there until I kill the process. I added some print statements to the scripts and found...
    on Apr 29, 2011
  • Forum Post: TI Debug Server bug in debugSession.terminate() causes Matlab crash

    Michael Logan Michael Logan
    There is a serious, but intermittent, crash in Matlab when closing out a TI Debug Server session. The crash follows a call to the debug session terminate() function by a few seconds. The crash will not occur if a target.connect() has not been called in between the openSession and terminate. The...
    on Aug 23, 2011
  • Forum Post: DSS scripting: how to load data into memory

    Luca_fx Luca_fx
    Hi, I'm trying to develop a console script that would load two cores and run them in synchronous mode with a C66xx. I'm able to do that through the Class simultaneous, but I have some questions. Now, I want to read/write some data from/to memory through a DSS script. I know that I...
    on Sep 15, 2011
  • Forum Post: Debug Server Scripting (DSS) How to 'Free run' the target using DSS

    Lijo Jose Lijo Jose
    hi, We need to try 'Free run' the executable on board. I am confused how can we do 'Free run' using DSS? Please help me in this regard. Thanks, Lijo Jose
    on Sep 19, 2011
  • Forum Post: CCSv5 - Debug Server Scripting - "CCSServer.openSession() failed"

    Joachim Siegler Joachim Siegler
    Hi I'm try to get a java script which was used for Debug Server Scripting with CCSv4 working for CCSv5. But there is one problem, if I try to start CCSv5 out of the script I get an error message. The commands to start CCS from the script are: server = script.getServer("CCSServer.1"...
    on Jul 21, 2011
  • Forum Post: CCSv4 DSS Questions about the use of RTDX and The Eclipse GUI.

    Bob Davenport Bob Davenport
    I'm investigating the use of the CCSv4 DSS scripting tool to load, run and debug TI DSP programs remotely from PC-based simulation tools such as Simulink or SystemVue and have two questions: 1. Will the DSS RTDX functions work with both BIOS 5.4.x and BIOS 6.x RTDX implementations? 2. Is it...
    on Mar 17, 2011
  • Forum Post: Debug Server Scripting (DSS): loadRaw

    Luca_fx Luca_fx
    Hi, I'd like to use "loadRaw" in a DSS script to load a .bin in memory. The documentation tell : loadRaw public void loadRaw (int nPage, long nAddress, java.lang.String sFilename, int nTypeSize, boolean bByteSwap) throws ScriptingException Load a raw file from the host...
    on Sep 30, 2011
  • Forum Post: DSS: possibility to evaluate a expression with floating point variables?

    Claudio06 Claudio06
    hi, I have a expression which contains some floating point variable -when evaluating the expression with Javascript method evaluate, result is failing even if thecondition is really true. CoverageSt[i].condition = "(ivahd_max_encode_time < (int)(m3_freq) / 30)" where m3_freq...
    on Oct 26, 2011
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use