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/TMS320F2812: Import project for DSP F2812

Part Number: TMS320F2812
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

I want to directly import PWM generation project into workspace for F2812. But neither C2000 ware nor controlsuite has any example project for for F2812. I am using CCS 10 version.  Any suggestion where I will get those projects?

Regards,

  • MD,

    This device predates both C2000Ware and controlSUITE(as you have discovered).  There is a separate support package available here https://www.ti.com/tool/SPRC097.

    Best,

    Matthew

  • Irshad,

    F2812 is the very first device of the 28xx family and is over 15 years old. As Matt mentioned, it predates both ControlSuite and C2000ware. When you import the project in CCS, you need to import it as a legacy CCSv3.3 project. This uses the .pjt file for project settings.

  • Sir,

        I have imported the project as a legacy CCSv3.3 project but still console window is showing following errors. Please suggests the required steps to be taken.

    **** Clean-only build of configuration Debug for project Example_281xEvPwm ****

    "D:\\ti\\ccs1010\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O

    DEL /F "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\Example_281xEvPwm.hex" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\Example_281xEvPwm.out"
    DEL /F "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_CodeStartBranch.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_DefaultIsr.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_GlobalVariableDefs.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_PieCtrl.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_PieVect.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_SysCtrl.obj" "C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\Example_281xEvPwm.obj"
    DEL /F "DSP281x_DefaultIsr.d" "DSP281x_GlobalVariableDefs.d" "DSP281x_PieCtrl.d" "DSP281x_PieVect.d" "DSP281x_SysCtrl.d" "Example_281xEvPwm.d"
    DEL /F "DSP281x_CodeStartBranch.d"
    Could Not Find C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Debug\DSP281x_CodeStartBranch.obj
    Could Not Find C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Example_281xEvPwm\Debug\DSP281x_DefaultIsr.d
    Could Not Find C:\tidcs\c28\DSP281x\v120\DSP281x_examples\ev_pwm\Example_281xEvPwm\Debug\DSP281x_CodeStartBranch.d
    Finished clean

    **** Build Finished ****
    Buildfile generation error occurred..
    Product XDAIS v1.0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.
    Build stopped..

    Regards,

    Irshad

  • Thank you for the link. At least I got all the supporting files.

  • Irshad,

                  See attached graphic for tips on deleting XDAIS. If you are new to C2000 or CCS, please review the workshops at https://training.ti.com/c2000-mcu-device-workshops. TI has invested considerable resources to develop these self-paced workshops and most questions can be answered by reviewing the workshop material for your specific device family or its closest equivalent. The workshops are an excellent introduction to the basics of C2000 MCUs and the process of writing and running your first example. Good introductory videos about CCS are available at https://www.youtube.com/user/CodeComposerStudio.


  • Sir,

       The Event manager PWM project is working fine now. Thank you. I have already gone through the workshop to understand different modules. 

    While importing adc sequential test project, following error is coming. Could you help further please?

    C28xx: GEL: Encountered a problem loading file: C:\tidcs\c28\DSP281x\v120\DSP281x_examples\adc_seqmode_test\Debug\Example_281xAdcSeqModeTest.out Could not open file

    Thanks and regards,

    Irshad

  • Did you check if the Example_281xAdcSeqModeTest.out file is present in C:\tidcs\c28\DSP281x\v120\DSP281x_examples\adc_seqmode_test\Debug\ directory?

  • Yes, I have done the same.

    The following error is coming.

    Regards,

  • Irshad,

          You have not answered the question whether the file is indeed present in the directory. In any case, it is hard to debug issues like this remotely. Please review the CCS tutorials online and/or search through CCS forums.