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.

RTOS/TMS320F28335: CCSv9: How do I set up a RTOS project for C2000

Guru 20075 points

Part Number: TMS320F28335

Tool/software: TI-RTOS

Hello,

I am using CCSv9.0.1.00004 

I done the following so far:

1. Installed XDCtools  3_51_03_28

2. Installed sys/bios 6_76_01_12

3.  Created a CCS project

4. Created a new RTSC configuration file

When I double click on the configuration file, I get the error shown below.  I noticed that the xdctool listed is 3.55.00.11 instead of 3.51.03.28 that I installed. 

Please help me in setting up a RTOS project for C2000.

Stephen


js: "./config.bld", line 10: Error: Can't find the target named 'devkits.target.Generic' along the path 'C:/Users/sxxxx/workspace_v9_TestRTOS/TestRTOS/.config;C:/ti/ccs901/xdctools_3_55_00_11_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
js: "./config.bld", line 10: Error: Can't find the target named 'devkits.target.Generic' along the path 'C:/Users/sxxxx/workspace_v9_TestRTOS/TestRTOS/.config;C:/ti/ccs901/xdctools_3_55_00_11_core/packages;..;': please check the spelling of the target's name and that it exists along this path.

 

  • Stephen,
    we have seen that problem before, here is one of the threads e2e.ti.com/.../638060
    I was never able to figure out where that target comes from. It seems that it matters what you did in step 3, i.e. how you created a CCS project. But, the workaround that works for most customers is:
    1. clean the project
    2. go to Project Properties->General->Products
    3. type the appropriate target in "Target" textbox. I think it's ti.targets.C28_float in your case.
    4. rebuild

    I hope this helps
  • Hello Sasha,

    You hint about the way the project was created helped.

    I found out I could create a Minimal SYS/BIOS project using New->CCS Project and then select SYS/BIOS->TI Target Examples->Minimal.

    Thanks,

    Stephen