This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379D: LAUNCHXL-F28379D”

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi team,

Issue in debuging the program.

Description Resource Path Location Type

1.cannot open source file "F2837xD_Device.h" F2837xD_DefaultISR.c /epwm_updown_aq_cpu01 line 12 C/C++ Problem

2.gmake: *** [F2837xD_DefaultISR.obj] Error 1 epwm_updown_aq_cpu01 C/C++ Problem

  • Hi Krishnan,
    The error is saying that the compiler is unable to resolve the location of "F2837xD_Device.h". Please make sure you add the path to that file in the include search path options in your project build properties.

    In C2000Ware, I see that file in this path: <C2000Ware Install Dir>\device_support\f2837xd\headers\include

    Thanks
    ki