• 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 » Graph 64 bit integers in CCS 5
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

    Graph 64 bit integers in CCS 5

    This question is answered
    Adri��n Gonz��lez
    Posted by Adri��n Gonz��lez
    on Apr 10 2012 10:48 AM
    Prodigy245 points

    Hello, everybody.

    I'm trying to plot a 64-bit integer in a CCS 5 Graph during Debug mode. In order to ensure the data align of my array was 64-bit I declarated the variable using a pragma directive as follows:

    #pragma DATA_ALIGN(x, 64)

    int64_t x[SIZE];

    I checked the alignment using the Memory Browser and it worked. Curiously, when I tested the long int type (40 bits long according to the C6000 compiler docs) instead of int64_t, the data were alwas aligned to a 32-bit boundary even though the pragma directive was put with a 64-bit value.

    I selected the "64 bit signed integer" option in the Graph window, but the data are not displayed correctly and the plot seem to be "saturated", even when the tested data is in sine wave in a small range between -255 and 255. The Y axis is also out of range. I tested to change the option to "32 bit signed integer" and the new graph showed the expected sinusoid shape with "gaps" corresponding to the empty values of the 64-bit data, but without the sign. In other words, the graph is always possitive.

    How can I plot correctly a 64-bit integer array in CCS5? Why does not the CCS5 have an option to plot 64-bit unsigned integers?

    Thanks for your help.

    code Composer studio C6000 CCS compiler CCS 5 Graphs
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • desouza
      Posted by desouza
      on Apr 10 2012 17:26 PM
      Guru56025 points
      2012-04-10 16h47_02.png

      Hi,

      Regarding the graph tool, I managed to configure the display for 64-bit signed integer variables but, as you said, the Y axis seems off (check the attached screen). It is displaying the values surrounding a 32-bit boundary, although the values in the Memory Browser are full signed 64-bit integers (and I would expect their values to be the same shown in the Expressions view in the upper right corner). 

      The issue is in the Y axis format conversion, since you can display the complete 64-bit hex values by right-clicking on the graph tool --> select Display Properties --> Axes --> Display format under Y-axis --> set to Hex. This is possibly a bug.

      Regarding the saturation effect, I couldn't verify this. However, I noticed that sometimes the graph looked strange and required a reset - simply click on the button with the double red "X" in the graph toolbar followed by a refresh. I also noticed that, if you set the Display Data Size in the Graph Properties to a value larger than 512 the graph does not look correct. I am not sure why this is happening, but it requires further investigation and it is possibly a bug.

      Sorry for the trouble; the use of 64-bit variables is so uncommon that it is possible these issues were not caught previously.

      Could you send the first part of your post to the compiler forum? They will have a better idea on how the data alignment works.

      Regards,

      Rafael


      If my reply answers your question please click on the green button "Verify Answer".
      Search the wiki or go to useful pages for SDOWP, CGT, BIOS, CCSv3, CCSv4, CCSv5
      IDE_DVT
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • desouza
      Posted by desouza
      on Apr 13 2012 11:24 AM
      Verified Answer
      Verified by Ki-Soo Lee
      Guru56025 points

      Hi,

      Yesterday I filed the bugs SDSCM00043761 (trouble with Display Data Size larger than 512) and SDSCM00043762 (Y-axis formatting issue). You can check their status at the link SDOCM shown in my signature below.

      Regards,

      Rafael


      If my reply answers your question please click on the green button "Verify Answer".
      Search the wiki or go to useful pages for SDOWP, CGT, BIOS, CCSv3, CCSv4, CCSv5
      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