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.

Generating tcf files in CCS5.1

Other Parts Discussed in Thread: OMAP3530

Hi guys!!

I have uptaded the new version of CCS for Linux, specifically the version 5.1. I am working with omap3530 (multi-core platform -->ARM+DSP) and I want to develop one application for twice cores. Also, I will use the DSPBIOS like operating system for DSP. I have some questions about this procedure:

1.Reading documentation about this topic and the generation the .tcf files I have seen that in previous versions of CCS(for instance v3.3) there was other methods with graphical interface, about how to generate a *cdb file (DSPBIOS Configuration). In the new version of CCS the user has only the option to generate a .tcf file. Where is the graphical interface? How is the procedure in the new version to configure the operating system for DSP?

2.Also, in earlier versions, once the .cdb file is modified, saved and added to the project, the configuration manager will create and load, between others, the following files(according my docs):

-nameoffile_cfg.s62 (assembly file)

-nameoffile_cfg.h62 (header file for assembly)

This files, in new version of CCS, is not generated automatically when I save and compile the project. Now, I create a new project CCS, choose the DSP(C64+ for me) and the kind of output (executable) but when I compile the project this files not exist!! For this reason, when I debugging by means emulator, the window of CCS writes the next message: "file not found: namefile.s62" or something similar.I have seen the environment of CCSv3.3 and this files are in a folder called Generated Files...Where are this files in the new version? Maybe this topic is related with to select the family of DSP in the initial configuration(C64+ or C6000)? I do not know why happens that..

3.Lastly, also is needed to add other file with extension .cmd for OMAP3530. This file is used in order to link .c programs (Is it right?) Where can I find this file? Or download it?

Sorry, so many questions..Thanks in advance!!

Óscar Herranz