• 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 » CCS 5.1 XDS560V2 STM USB TMDXEVM8148 Target Configuration
Share
Code Composer Studio
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Common Questions
  • Code Composer Studio Forum Usage Guidelines

  • Resources
  • Code Composer Studio (CCStudio) Product Folder
  • Troubleshooting CCS
  • CCS Wiki
  • Download CCS
  • Order CCS
  • Tools Insider Blog
  • Bug Tracking
  • Forums

    CCS 5.1 XDS560V2 STM USB TMDXEVM8148 Target Configuration

    This question is answered
    Matthew Simms
    Posted by Matthew Simms
    on Oct 14 2011 14:36 PM
    Prodigy10 points

    Hi,

    I'm trying to get CCS 5.1 to connect to a TMDXEVM8148 target with an XDS560V2 SD USB Jtag.

    I'm not sure which device to select in the target configuration (ccxml) file.   8148 is not there, but maybe something else might work?   I've tried several to no avail.

    Br,
    Matt

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Oct 14 2011 16:29 PM
      Suggested Answer
      Guru117055 points

      Hi Matt,

      Try the option for 'TI814x'

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mes
      Posted by mes
      on Oct 15 2011 07:28 AM
      Intellectual530 points

      Hi Ki,  thanks for the reply.  i do not see that option available. do you know what update i might need?   i had done the update under the menu item but maybe there is something else?   i am used to using non eclipse ccs, which could be part of it.  how do i ensure all of the latest platforms are available?     br, matt

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Oct 15 2011 15:37 PM
      Guru117055 points

      That's odd. That option should be there. What is the full version number of CCS that you are using? And did you do a partial custom install (installed only some components)?

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your bug id in the "Find Record ID" box

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mes
      Posted by mes
      on Oct 17 2011 08:19 AM
      Intellectual530 points

      Hi Ki,

      I did the update again and something new happened (I deselected an XDAIS update that was giving a not-found error, which let the next update occur).   This is my current version statement and I see the TI814x now in the target configurations:

      Code Composer Studio

       Version: 5.1.0.201108111000
       Build id: N201108111000

       (c) Copyright Texas Instruments, 2011. All rights reserved.
       Visit http://www.ti.com

      Does this look correct?     I've setup a debug configuration and see some processors pop up on launching debug:

      674x_0, arm9_icont1, arm9_icont2, arm9_tppss, cortex_m3_rtos, cortex_m3_iss, cortex_m3_secss, and cortex a8.

      It can connect to the A8, but none of the others - I'm interested in connecting to the C64x.

      Connecting to the DSP gives:

      Error connecting to the target:
      (Error -1180 @ 0x0)
      Device is held in reset. Take the device out of reset, and retry the operation.
      (Emulation package 5.0.470.0)

      For the gel file I tried the one in the Mistral EVM folder for their example.   I'm not sure this is the problem though if its complaining about being held in reset.

      Thanks for your help,

      Br,
      Matt

       

       

       

       

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mes
      Posted by mes
      on Oct 17 2011 15:41 PM
      Intellectual530 points

      Any ideas on how to get the DSP out of reset?   I have a gel file from Mistral which has tons of pulldown options.   None seem to relate to do with releasing the DSP from reset??

      Here is a link to their sw:  http://www.mistralsolutions.com/pes-support/support-downloads/tmdxevm8148.html

      Could there be a sequence to getting the DSP connected?

       

      Any help appreciated,

       

      Br,
      Matt

       

       

       

       

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • AartiG
      Posted by AartiG
      on Oct 18 2011 09:20 AM
      Verified Answer
      Verified by AartiG
      Guru69085 points

      Matt,

      In the Target configuration editor (Advanced tab), assign the GEL file downloaded from Mistral to the box "Initialization script" of the CortexA8 core. Then once the debugger is launched, you can connect to the Cortex A8. Then go to CCS menu Scripts->DM814X System Initialization, and run DM814X_System_Initialisation_GP_device(). When that finishes, run GEMSSClkEnable. That should release the DSP and allow you to connect to it.

      Let us know if this works.


      If a post answers your question please mark it with the "Verify Answer" button

      Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
      Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • mes
      Posted by mes
      on Oct 18 2011 16:15 PM
      Intellectual530 points

      Hi Aarti,

      Worked awesome!   Thanks for your help.

      I will try to create an onConnect() function to integrate these commands into, so it does all this automatically.


      Thanks again,

      Br,
      Matt

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • AartiG
      Posted by AartiG
      on Oct 19 2011 10:01 AM
      Guru69085 points

      Matt,

      Good to hear that it worked. FYI, for future reference I updated this wiki page with this info so it is hopefuly easier to find:
      http://processors.wiki.ti.com/index.php/Connecting_to_DSP_on_C6A8168,_DM8168,_C6A8148,_DM8148

       


      If a post answers your question please mark it with the "Verify Answer" button

      Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
      Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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