• 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 » Microcontrollers » C2000™ Microcontrollers » C2000 32-bit Microcontrollers Forum » Could not open source file "DSP2833x_Device.h"
Share
C2000™ Microcontrollers
  • Forums
  • Announcements
  • E2E Wiki
Options
  • Subscribe via RSS
C2000 Resources
  • Product Folder
  • C2000 Training Portal
  • C2000 Technical Training Catalog
  • C2000 Datasheets, App Notes, User Guides
  • C2000 Hardware Design Kits
  • controlSUITE for C2000 Software Library


  • InstaSPIN Resources
  • What is InstaSPIN?
  • Videos and Support


  • InstaSPIN-FOC and InstaSPIN-MOTION Resources
  • What is InstaSPIN-FOC?
  • What is InstaSPIN-MOTION?
  • Product Folder: F28069F, F28068F, F28062F, F28068M, F28069M
  • User’s Guide
  • Technical User’s Manual
  • Tools
  • Forums

    Could not open source file "DSP2833x_Device.h"

    This question is not answered
    Adlan Pradana
    Posted by Adlan Pradana
    on Apr 26 2012 07:30 AM
    Prodigy20 points

    Dear All,

    I just follow the tutorial give in "Texas Instrument C2000 Teaching Materials" module no.7 (PWM). When I am compiling my project, there are 7 errors but caused by same reason.

    Fatal error : could not open source file "DSP2833x_Device.h".


    I have done all the instruction. Uninstall Code Composer 3.3 and reinstall it.

    Please advise

    Adlan Bagus Pradana

    IIT Delhi

    DSP2833x_Device.h
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • BrandonAzbell
      Posted by BrandonAzbell
      on Apr 26 2012 07:49 AM
      Guru54880 points

      My assumption is that the path described to the C compiler to look for header files is not accurate to allow the C compiler to find the DSP2833x_Device.h file.

      You should review the compiler include path via the Project build properties and ensure the path(s) are added that will lead to this above file on your PC's hard drive.

      Brandon

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • BrandonAzbell
      Posted by BrandonAzbell
      on Apr 26 2012 07:52 AM
      Guru54880 points

      Also, if you perform a search on the phase "could not open source file" in the E2E forum search box, you will find a number of posts that suggest similar courses of action.

      Brandon

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Adlan Pradana
      Posted by Adlan Pradana
      on Apr 27 2012 00:59 AM
      Prodigy20 points

      Dear BrandonAzbell,

      thank you for your response.

      First I want to add information that when compiling the tutorial says that I have to include 2 search paths;

      1. C:\tidcs\C28\DSP2833x\v131\DSP2833x_headers\include;

      2. C:\tidcs\C28\DSP2833x\v131\DSP2833x_common\include;

      I have seen again and when click open file dependencies option, realized there are 2 .h files which could not be opened; DSP2833x_Device.h and DSP2833x_example.h. I have check physically n found that both 2 .h files is physically existed in my include search paths

      1. DSP2833x_Device.h is in C:\tidcs\C28\DSP2833x\v131\DSP2833x_headers\include

      2. DSP2833x_example.h is in C:\tidcs\C28\DSP2833x\v131\DSP2833x_common\include

      But why Code Composer can not find it?

      Here is the complete error notification

      ------------------------------  pwm.pjt - Debug  ------------------------------
      [DSP2833x_CpuTimers.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_CpuTimers.c"
      "DSP2833x_CpuTimers.c", line 20: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_CpuTimers.c".
      Compilation terminated.

      >> Compilation failure

      [DSP2833x_DefaultIsr.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_DefaultIsr.c"
      "DSP2833x_DefaultIsr.c", line 24: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_DefaultIsr.c".
      Compilation terminated.

      >> Compilation failure

      [DSP2833x_PieCtrl.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_PieCtrl.c"
      "DSP2833x_PieCtrl.c", line 14: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_PieCtrl.c".
      Compilation terminated.

      >> Compilation failure

      [DSP2833x_PieVect.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_PieVect.c"
      "DSP2833x_PieVect.c", line 14: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_PieVect.c".
      Compilation terminated.

      >> Compilation failure

      [DSP2833x_SysCtrl.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_SysCtrl.c"
      "DSP2833x_SysCtrl.c", line 19: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_SysCtrl.c".
      Compilation terminated.

      >> Compilation failure

      [DSP2833x_GlobalVariableDefs.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"../../../../../../CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "DSP2833x_GlobalVariableDefs.c"
      "DSP2833x_GlobalVariableDefs.c", line 14: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "DSP2833x_GlobalVariableDefs.c".
      Compilation terminated.

      >> Compilation failure

      [Lab7_1.c] "C:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -pdsw225 -fr"C:/CCStudio_v3.3/MyProjects/pwm/Debug" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_headers /include" -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include" -d"_DEBUG" -d"LARGE_MODEL" -ml -v28 --float_support=fpu32 -@"C:/CCStudio_v3.3/MyProjects/pwm/Debug.lkf" "Lab7_1.c"
      "Lab7_1.c", line 20: fatal error: could not open source file "DSP2833x_Device.h"
      1 fatal error detected in the compilation of "Lab7_1.c".
      Compilation terminated.

      >> Compilation failure

      Build Complete,
        7 Errors, 0 Warnings, 0 Remarks.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • BrandonAzbell
      Posted by BrandonAzbell
      on May 06 2012 14:59 PM
      Guru54880 points

      The error messagese in the compiler output appears to have whitespaces between various directory levels.  For example:

      -i"C:/ tidcs / c28 / dsp2833x/ v131/ DSP2833x_common/ include"

      This seems very strange and I wonder if this is a cause of the issues you are seeing.  Would you retype these paths to ensure there are no whitespaces?

      Brandon

      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