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.

Getting problem on converting .cdb file to .tcf file

Other Parts Discussed in Thread: CCSTUDIO

CCS Version: 3.3.82.13

DSP/BIOS version: 5.33.03

When I converting the old cdb to tcf according to SetupGuide.html, I got a problem:

  

C:\CCStudio_v3.3\bios_5_33_03\xdctools>cdb2tcf C:\CCStudio_v3.3\bios_5_33_03\pac
kages\ti\bios\config\update memtest.cdb
Application: memtest.cdb
Original seed file: c:/ccstudio_v3.3/bios_5_33_03/packages/ti/bios/config/update
/4.02.83/c6211.cdb
Loading application CDB file
Device name: 6711
Catalog: ti.catalog.c6000
Generating CSL files
Unloading the application CDB file
Loading original seed: c:/ccstudio_v3.3/bios_5_33_03/packages/ti/bios/config/upd
ate/4.02.83/c6211.cdb
Finding user changes
Loading new seed file
New seed: c:/ccstudio_v3.3/bios_5_33_03/packages/ti/bios/config/cdb/c6211.cdb
Couldn't open c:/ccstudio_v3.3/bios_5_33_03/packages/ti/bios/config/cdb/c6211.cd
b
Error code 25

The new seed didn't exiist, how can I do?
  • Have you checked the directory c:/ccstudio_v3.3/bios_5_33_03/packages/ti/bios/config/cdb? Does it have the file that 'update' cannot find? If the file is not there, you probably have a corrupted installation, and you'll have to reinstall DSP/BIOS.

    If the file is there, the problem could be the character '.' in your CCStudio installation. In that case, you'll need to rename your CCS installation to something that does not contain '.'

  • Thank you very much for reply.

    The "update" file exsts but the C6211.cdb doesn't exist. After I install the BIOS on another computer, I find C6211 there.

    Now the coversion is correct.