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.

applyTableBinitCmdFile.tci question...

5047.applyTableBinitCmdFile.txtAll:

I have encountered a script file that has some comments:

  "This is a snippet of the DSP/BIOS generated linker command file,

   Before the function call  

        .bios:    {} load > FLASHREST, run > IRAM 

   After the function call

        .bios:    {} load > FLASHREST, run > IRAM, table(BINIT)"

 

Obviously very useful if you are moving something from Flash to Ram via bootloading mechanism. Is this a TI-generated file? Can it be ported from the CCS3.3 environment to the CCS5.5 environment?

BTW, at the end of the file is revision history of

18-Jun-2004   alancam     Created

 

If this file can be used with CCS5.5, can it be altered to have the MEMORY { }  excluded, so that I do not get a doubly-defined memory when I include the Bios-generated cmd file with a customer cmd file?

I have attached the .tci file as a .txt file.