• 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) » C5000 Ultra Low Power DSP » C5000 Ultra Low Power DSP Forum » #error NO CHIP DEFINED
Share
C5000 Ultra Low Power DSP
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Top 6 Wiki Links
  • C5000 Main Wiki
  • C5000 Software
  • C5515 Boot-Image Programmer
  • CSL (including CSL 3.00)
  • C5000 Connected Audio Framework
  • Porting C5000 Teaching ROM to C5535 eZdsp
  • Forums

    #error NO CHIP DEFINED

    This question has suggested answer(s)
    habeeb siddique37664
    Posted by habeeb siddique37664
    on Sep 20 2010 11:19 AM
    Intellectual640 points

    Hi , I am receiving this error, please help me resolve this.

    #error NO CHIP DEFINED    c:/Program Files/C55xxCSL/include    csl_chiphal.h

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Hyun Kim
      Posted by Hyun Kim
      on Sep 20 2010 13:42 PM
      Suggested Answer
      Genius12975 points

      hi,

      I think that your CSL setting is not correct.  Can you reinstall CSL and do not use default directory (give a directory name without any space in the directory name)? 

      Regards,

      Hyun

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

      Please click the Verify Answer button on this post if it answers your question.

      Check out these great resources

      http://processors.wiki.ti.com/index.php/Category:C5000
      --------------------------------------------------------------------------------------------------------- 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • habeeb siddique37664
      Posted by habeeb siddique37664
      on Sep 20 2010 14:12 PM
      Suggested Answer
      Intellectual640 points

      hi this is the error received, my error was not clearly described already

      Severity and Description          Path                                                                  Resource               
      #error NO CHIP DEFINED               c:/Program Files/C55xxCSL/include                   csl_chiphal.h

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Hyun Kim
      Posted by Hyun Kim
      on Sep 20 2010 15:32 PM
      Suggested Answer
      Genius12975 points

      Hi,

      In order to give you more helpful answer, please provide more information:

      1. What version of CSL are referring to?

      2. What device are you using i.e.C5515?

      3. What board are you using?

      4. What CCS version are you using?

      5. What Cogen tool version and BIOS version?

      6. What example code are you referring?

       

      Regards,

      Hyun

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

      Please click the Verify Answer button on this post if it answers your question.

      Check out these great resources

      http://processors.wiki.ti.com/index.php/Category:C5000
      --------------------------------------------------------------------------------------------------------- 

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • habeeb siddique37664
      Posted by habeeb siddique37664
      on Sep 20 2010 17:06 PM
      Intellectual640 points

       

      1. What version of CSL are referring to?

      2. What device are you using i.e.C5515?  - TMS320VC5509A

      3. What board are you using?  - TMS320VC5509A DSK

      4. What CCS version are you using? - Code Composer Studio, Version: 4.1.3.00038

      5. What Cogen tool version and BIOS version?

      6. What example code are you referring? the code file i am running is my own code file

       

      I do not know how to find the version for the Cogen tool version and the BIOS version

      I do not know the version of the CSL that i have.

       

      please tell me how i can find out about the version for the BIOS, Cogen tool and CSL.

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Yuhua He
      Posted by Yuhua He
      on Sep 20 2010 17:31 PM
      Suggested Answer
      Intellectual530 points

      Hi, habeeh,

      Add "#include *_csl.h" in your *.c and *.cpp files. *_csl.h is the generated file if you migrate from CCSv3.x to CCSv4.x.

      In *.csl.h,  you should see something like "#define CHIP_5510PG2_1 1", that is device revision.

      Regards,

      Yuhua

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • habeeb siddique37664
      Posted by habeeb siddique37664
      on Sep 20 2010 18:59 PM
      Intellectual640 points

      i did not understand " #include *_csl.h "  does the ' * '  mean the peripheral that i use like ' dma_csl.h '  or  ' mcbsp_csl.h '.

      should i add them to all my source files.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Yuhua He
      Posted by Yuhua He
      on Sep 20 2010 21:14 PM
      Suggested Answer
      Intellectual530 points

      First, check Fig.11 at "http://processors.wiki.ti.com/index.php/Importing_CCSv3_Projects_into_CCSv4#CSL_and_XDAIS". 

      If this is doesn't work, I will provide more details on *_csl.h, basically, it is not one of the CSL header files (dma_csl.h, mcbsp_csl.h), it is a generated file when I migrated from CCS2.20 to CCSv4.1.

      Yuhua

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Eugen Frick
      Posted by Eugen Frick
      on Aug 22 2012 08:30 AM
      Intellectual370 points

      Hallo, i have the same problem

      if i try to #include <csl_...> any file from CSL


      #35 #error NO CHIP DEFINED

      1. What version of CSL are referring to? - v2.31.00.9  

      2. What device are you using i.e.C5515?  - TMS320VC5509A

      3. What board are you using?  - MMB0

      4. What CCS version are you using? - Code Composer Studio, Version: 5.2.1

      5. What Cogen tool version and BIOS version? - bios_5_41_13_42

      6. What example code are you referring?  examples/generic5509/csl/mmc/mmc_sd_setup/mmc_sd_setup.c

      i can just do the simple example for "Hallo World!" no over example is working! i allways getting the message:

      Trouble Writing Memory Block at 0x4ff00 on Page 0 of Length 0x100:
      (Error -1143 @ 0x4FF04)



      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