Hi,
I'm currently busy porting a CCS3.3 project to CCS4.2.
The old project used Codegen tools v5.1.3 and DSP/BIOS v 5.20. For the new project we are using the latest Codegen tools v7.3.2 with DSP/BIOS v5.41. In the old project a second *.cmd file was used to specify additional memory sections that were not defined with the generated *.cmd file from the Tconf script.
My problem is that when I link the second *.cmd file to the new project I get a number of linking errors (which I will provide in my next post, if necessary). I've read in the DSP/BIOS v5.41 user guide that only a single *.cmd file is used when creating a project with CCS 4.2, but more that one *.cmd file can be used when compiling directly with the make files.
My question is thus, is it possible to specify all necessary memory sections using the Tconf script in DSP/BIOS 5.40 and CCS 4.2 or would it be valid in some cases to use a second manually created *.cmd file to specify additional memory sections? If the latter is possible, how should it be done and how can the execution order be controlled?
Thanks in advance!
Regards
Reinier