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.

Problem coming when .tcf is converting to .cfg

Other Parts Discussed in Thread: CCSTUDIO

Hi,

i am trying to convert my old.tcf file (generated with CCSV3.3) to new.cfg fie(needed for V5.5), then i got the output in myrepository only myplatform folder. i can't get new.cfg and old.h files as specified in the spec spraas7g section 2.4.

i used this command

> xs --xp "D:\Tools\CCStudio_v5.5\bios_6_35_04_50\Packages" ti.bios.conversion -c new.cfg --pr "C:\myRepository" --pn myplatform  "old.tcf"

i am getting the output like this

Platform: ti.platforms.dsk6455

        params.clockRate:1000

        params.catalogName:ti.catalog.c6000

        params.deviceName:6455

        Target: ti.targets.C64P

Clock Rate: 720

and finally in my C:\myRepository i am getting only folder myplatform, but not getting new.cfg and old.h.

Please help me why the new.cfg is missing?

Thanks,

Ramana.

 

  • Ramana,
    what's your working directory? Is it the same as the directory that contains old.tcf? It's possible that the conversion tool is generating a CFG script but in some other directory. The conversion tool has the option -v, which displays more info. Can you try it and post the output?

  • Hi,

    my working directory contains old.tcf. i found both new.cfg and old.h in the working directory. its my mistake i thought they come in myRepository folder. 

    and again the surprising thing for me is when i open my new.cfg in the text format, and compares with the old.tcf  both are almost same with small changes.

    but when i open my new.cfg with the XGCONF, its different, i am seeing only some sections but with the new start addresses of my new DSP. why is it so?

    thanks,

    Ramana.

  • Ramana,
    your new CFG is a part of a CCS project. Can you verify that your new project is using the platform that the conversion tool generated? Check Project Properties->General->RTSC, and then the content of the text box Platform. If you can attach the map file for your old app and the map file for the new app, that would be also helpful.