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.

[CCSv6.1.2] Creating platform for DSP

Hi,

When I use CCSv6.1.2, I can't create platform for DSP because there is no list for dsp. The wizard shows only arm lists in device family.

Please note I'm using  bios_6_45_01_29 as a platform repository and it actually contains K2G platform, which it is the platform I want to use as baseline.

C:\ti\bios_6_45_01_29\packages\ti\platforms\evmTCI66AK2G02

Any suggestion ?

Best Regards,
Naoki

  • Naoki,

    I believe you need to set you CCS Preferences before you launch the Platform Wizard. Here is what I tried.

    CCS > Window Preferences
    Code Composer Studio > RTSC > Products
    Install New... > Select bios_6_45_01_29
    OK
    Restart CCS

    CCS > Window Preferences
    Code Composer Studio > RTSC
    XDCtools version: 3.32.0.06_core
    Products and Repositories > SYS/BIOS 6.45.1.29 > Select
    Device family: C6000
    OK

    CCS Debug Perspective
    Tools > RTSC Tools > Platform > New
    Package Name: TCI66AK2G02_DSP0
    Device Family: c6000
    Device Name: TCI66AK2G02

    I'm guessing it's the CCS Preference settings that you are missing.

    ~Ramsey

  • Ok, by following your suggestions, I succeeded to create my custom platform. Thank you very much for your help, Ramsey.

    Best Regards,
    Naoki