• 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 Breakpoint
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
  • CCS Breakpoint

    CCS Breakpoint

    • naman jain1
      Posted by naman jain1
      on Jul 10 2012 00:36 AM
      Prodigy60 points

      hi

      I have put breakpoints on function names instead of any specific program location but the program is not breaking when that function is called.

      It continues with it free run ignoring all breakpoints

      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 Jul 10 2012 08:56 AM
      Guru119255 points

      Hello,

      Check to see what addresses the breakpoints are being set on (setting on a function name should be setting the breakpoint at the entry point address of the function). When you look at your set breakpoints in the breakpoints view, you should be able to see what the addresses are in the properties.

      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.
    • Patrick Chuong
      Posted by Patrick Chuong
      on Jul 10 2012 14:38 PM
      Expert7290 points

      naman jain1

      I have put breakpoints on function names instead of any specific program location but the program is not breaking when that function is called.

      It continues with it free run ignoring all breakpoints

      Did you set the breakpoint while the target is running? And can you also check whether the breakpoint is enabled? i.e the checkbox beside the breakpoint icon in the Breakpoints view is checked.

      Regards,
      Patrick 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • naman jain1
      Posted by naman jain1
      on Jul 11 2012 01:30 AM
      Prodigy60 points

      I set the breakpoints after pausing the target.And the breakpoint was also enabled.

      But still it is not breaking in the order i have put the breakpoints in the code.It is breaking first at one of the functions which comes after another function which is also a breakpoint.

      And is it possible that only some of the breakpoints work even when all are included in the running code?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • naman jain1
      Posted by naman jain1
      on Jul 11 2012 01:35 AM
      Prodigy60 points

      Ki-Soo Lee

      Hello,

      Check to see what addresses the breakpoints are being set on (setting on a function name should be setting the breakpoint at the entry point address of the function). When you look at your set breakpoints in the breakpoints view, you should be able to see what the addresses are in the properties.

      ki

      hi Ki

      i checked the addresses in the breakpoint properties and verified it from the disassembly pane also.They are matching.

      Everything is fine with the breakpoint but it is still not breaking at that function entry. Do breakpoints not work on some functions?

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Patrick Chuong
      Posted by Patrick Chuong
      on Jul 11 2012 09:01 AM
      Expert7290 points

      Is it possible to attach a sample program that you can use to reproduce this issue? And the target configuration file that you use?

      thanks,
      Patrick 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • David Ehrenberg
      Posted by David Ehrenberg
      on Aug 04 2012 18:32 PM
      Intellectual300 points

      Patrick, did you ever get a solution to the problem. After installing CCS5, I can o longer get the debug tool to respond to breakpoints. This was working in CCS4. What's going on?

      David

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Patrick Chuong
      Posted by Patrick Chuong
      on Aug 08 2012 08:39 AM
      Expert7290 points

      Hi David,

      I need your .out file and the ccxml file to reproduce this issue. I wasn't able to reproduce this behavior with my own .out file and ccxml file.

      Regards,
      Patrick 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • David Ehrenberg
      Posted by David Ehrenberg
      on Aug 09 2012 14:03 PM
      Intellectual300 points

      Patrick, see attached .out file and .ccxml.

      I have another design using the F28027 and the docking station's FTDI circuit. If time permits this evening, I'll try setting breakpoints on that board.

       

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Patrick Chuong
      Posted by Patrick Chuong
      on Aug 09 2012 14:40 PM
      Expert7290 points

      Hi David,

      I don't see any files in your post, can you re-upload?

      thanks,
      Patrick 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • David Ehrenberg
      Posted by David Ehrenberg
      on Aug 13 2012 10:24 AM
      Intellectual300 points

      Patrick, I tried the other board, and it also fails ot recognize breakpoints, but even worse, it now fails to connect to CCS all together. The same frustrating error -1041 appears on this board as well. To further compound the problem, my customer, who uses CCS3.3 (I "upgraded" to CCS5.2 recently) now has the same problem. He is unable to load new .out file I send to his shop.

      I need some answers . . .

      I going to recommend that Corning no longer use TI processors in there products. The flaky software and hardware make them unsuitable for product use.

      DE

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • David Ehrenberg
      Posted by David Ehrenberg
      on Aug 13 2012 10:39 AM
      Intellectual300 points

      see attached (again). The attachment tool has problems.

      DE

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • David Ehrenberg
      Posted by David Ehrenberg
      on Aug 13 2012 10:43 AM
      Intellectual300 points

      Send me a real email address, ehrenberdg@corning.com I'm trying for the third time.

      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 Aug 13 2012 11:17 AM
      Guru119255 points

      Hi David,

      Regarding the connection error, can you enable debug server logging and reproduce the error? Then zip and attach the generated log (the log may be big but zipping it up should greatly reduce the size).

      http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#Debug_Server_Logging

      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.
    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