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: TMS320F28379D

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I am Getting Of error while debug he code

Description Resource Path Location Type
#35 #error directive: "You must define CPU1 or CPU2 in your project properties. Otherwise, the offsets in your header files will be inaccurate." .ccsproject /LED line 47, external location: C:\ti\c2000\C2000Ware_2_00_00_03\device_support\f2837xd\headers\include\F2837xD_device.h C/C++ Problem


  • hi ,

    Are you trying to run any of the examples ?

    kameshwaran V said:
    #35 #error directive: "You must define CPU1 or CPU2 in your project properties. Otherwise, the offsets in your header files will be inaccurate." .ccsproject /LED line 47, external location: C:\ti\c2000\C2000Ware_2_00_00_03\device_support\f2837xd\headers\include\F2837xD_device.h C/C++ Problem

    This error comes since the example expects too see CPU1 or CPU2 as part of the project properties -> Compiler -> Predefined symbols.

    This is used to get the correct clocking  and configurations in place based on which core the example is built for.

    Regards.

  • thanks for your reply meghana manavazhi,

    It's working fine while I am import those from examples. The issue is on creating on new project and I have added the necessary files but I'm get error like I have posted the screenshots. Awaiting for your reply.

  • hi ,

    Can you try what I mentioned in my previous reply ?

    MEGHANA MANAVAZHI said:

    This error comes since the example expects too see CPU1 or CPU2 as part of the project properties -> Compiler -> Predefined symbols.

    This is used to get the correct clocking  and configurations in place based on which core the example is built for.

    Regards.