• 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 » Digital Signal Processors (DSP) » C6000 Multicore DSP » Keystone Multicore Forum (C66, 66A, AM5) » Power Failure
Share
C6000 Multicore DSP
  • Forums
  • Announcements
Options
  • Subscribe via RSS
Training Available
TI provides self-paced online training that introduces the primary components of the KeyStone II family of SoC devices.

  • KeyStone II SoC Overview >
  • KeyStone II Software Overview >
  • KeyStone II ARM Cortex-A15 Corepac Overview >
  • More Information >
  • Check out
    Multicore Mix blog
    • $core_v2_blog.Current.Name

      Geeks UNITE for Geek Pride Day

      Posted 1 day ago
      by Lauren Reed1
      Happy Geek Pride Day from the Processors team! We wanted to celebrate...
    • $core_v2_blog.Current.Name

      OpenMP - All aboard!

      Posted 3 days ago
      by Debbie Greenstreet
      With so many end products today relying on multicore DSPs for...
    • $core_v2_blog.Current.Name

      A look back: Two years of Multicore Mix

      Posted 4 days ago
      by Lauren Reed1
      A big thank you to everyone who participated in our contest last...

    Power Failure

    Power Failure

    This question is not answered
    Zheng Zhou1
    Posted by Zheng Zhou1
    on Jul 23 2012 11:55 AM
    Prodigy190 points

    Hi,

    When I compiled a program written by myself with no error or warning and run it on my TMX320C6678L board, I found the following error:

    "C66xx_0: Power Failure on Target CPU
    C66xx_0: Failed to remove the debug state from the target before disconnecting. There may still be breakpoint op-codes embedded in program memory. It is recommended that you reset the emulator before you connect and reload your program before you continue debugging"

    The error happened at the point executing fp = fopen("C:/Users/zhengzho/workspace/MIMO_detector_SP/szf.txt", "r");

    BTW. I am using CCSV5.2 and the configuration:

    var System = xdc.useModule('xdc.runtime.System');
    var SysStd = xdc.useModule('xdc.runtime.SysStd');
    System.SupportProxy = SysStd;

    /* BIOS/XDC modules */

    var BIOS = xdc.useModule('ti.sysbios.BIOS');
    BIOS.heapSize = 0x800000;
    BIOS.heapSection = "systemHeap";
    Program.sectMap["systemHeap"] = "DDR3";

    Would you please tell me how to fix problem? Thank you very much.

    C6678 Power Failure
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • tscheck
      Posted by tscheck
      on Jul 23 2012 16:28 PM
      Genius13115 points

      Are you able to run other programs from the MCSDK without error?

      After you installed CCS5.2, did you install the last Keystone EMUpack here: http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/latest/index_FDS.html

      If not, install that and create a new target configuration file.

      Regards,

      Travis

      If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Jul 23 2012 17:22 PM
      Prodigy190 points

      Dear Travis,

      I can execute other program from the MCSDK without error.

      I installed the MCSDK 2.1.02 and 2..0.9.21 and ti_emupack_keystone1_setup_1.0.4.0.exe  and created a new target configuration file but the power failure problem is still existing.

      Would you want me to send you the code? 

       

      C6678 Power Failure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • tscheck
      Posted by tscheck
      on Jul 24 2012 14:37 PM
      Genius13115 points

      I'll give it a try if you post it.

      Travis

      If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Jul 24 2012 14:42 PM
      Prodigy190 points

      Hi Travis,

      I attached my code in the message. Please test it and let me know what you got. Thank you very much

      C6678 Power Failure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Jul 30 2012 10:56 AM
      Prodigy190 points

      1832.mimo-detector.zip

      Hi there,

      Could someone take a look at my question? I have been waiting for the reply for one week. Thank you very much.

      C6678 Power Failure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jason Reeder
      Posted by Jason Reeder
      on Aug 06 2012 09:09 AM
      Prodigy735 points

      Hi,

      Can you attach your .out file, or your ccs project, or the makefile that accompanies this project? The only thing that I see attached is your .c file and three .txt files. I cannot attempt to replicate your error unless I have your .out file or someway to create the .out file.

      Thanks,

      Jason Reeder

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Aug 07 2012 08:53 AM
      Prodigy190 points

      Hi Jason,

      Thank you for the reply. I attached all project files. Please let me know what you got. Thank you very much.  

      4667.MIMO_detector_SP.zip

      C6678 Power Failure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • ArunMani
      Posted by ArunMani
      on Aug 07 2012 13:00 PM
      Genius9510 points

      Hi Zheng,

      I loaded the out file you gave me, it keeps running even before i start to run. Also When I tried to open the project, it threw an error saying that the project does not have a compiler tools associated with it. Which EVM version are you using?

      Thanks,

      Arun.

      If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Aug 07 2012 13:07 PM
      Prodigy190 points

      Hi Arun,

      Do you mean the board version?  It is TMX320C6678L.  The version of compiler I used is v7.2.4. Please let me know if you need more information from me. Thank you.

      C6678 Power Failiure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • ArunMani
      Posted by ArunMani
      on Aug 07 2012 13:34 PM
      Genius9510 points

      Hi Zheng,

      I actually want to know the EVM revision number in the board. Also 7.2.4 is really old. Can you upgrade the CGTools and try again.

      Thanks,

      Arun.

      If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Aug 07 2012 13:54 PM
      Prodigy190 points

      Hi Arun,

      The Rev is 1.0. I tried CGtools 7.40B2 but the power failure still exists.  Thank you.

      C6678 Power Failure
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • ArunMani
      Posted by ArunMani
      on Aug 07 2012 16:02 PM
      Genius9510 points

      Hi Zheng,

      I tried your project and I cannot reproduce your issue. i just got unable to halt error.

      C66xx_0: Trouble Halting Target CPU: (Error -1202 @ 0x0) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 5.0.747.0) 

      Thanks,

      Arun.

      If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Zheng Zhou1
      Posted by Zheng Zhou1
      on Aug 08 2012 14:25 PM
      Prodigy190 points

      Hi Arun,

      Would you please let me know the version CGTools you used to compile the project and how to solve the hung problem? Thank you.

      C6678 Power Failure
      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