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

Tool/software: Code Composer Studio

Hi,

I want to run my code which I have run on F28335 in 28379D. I created project with all required files.= but it is showing error. 

"You must define CPU1 or CPU2 in your project properties. Otherwise, the offsets in your header files will be inaccurate"

Can any one help me in configuring cores in F28379D??

Thanks,

  • Ayyappa,

    I would suggest you to start with some examples in ControlSuite for your device. Import a dual core example project to CCS and build.  Once you install controlSuite you should see the examples in this directory. (C:\ti\controlSUITE\device_support\F2837xD\v210\F2837xD_examples_Dual)

    Right click on the project and explore the project settings.

    CPU1 and CPU2 are predefined symbols coming from project settings.

    Hope this helps.

    Best Regards

    Santosh Athuru

  • Hi Santosh,

    I have done like what you have told. But my problem is when I created new project after selecting core. Can you tell me what extra files I have to include,search path,headers in project settings other than what we do for F28335 DSP?

    Thank you

  • yedida ayyappa rudrasimha said:
    I have done like what you have told. But my problem is when I created new project after selecting core. Can you tell me what extra files I have to include,search path,headers in project settings other than what we do for F28335 DSP?

    Creating a new blank project and then building upon the same could be very tedious. Instead what engineers do is import a relevant sample example from controlSuite and build their project on that. In this was all the header, source, linker files are already linked to the project!

    Regards,

    Gautam

  • Take a look at e2e.ti.com/.../418845 for some good responses regarding how to migrate...