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.

.tcf template file for the c6a816x EVM?

Other Parts Discussed in Thread: SYSBIOS

I'm attempting to use CCS5.02 to develop DSP code on the c6a816x EVM.  From where may I find a starter .tcf file for this board?  I need to define the memory segments.

 

Lee Holeva

 

  • Hi,

    Lee Holeva said:
    I'm attempting to use CCS5.02 to develop DSP code on the c6a816x EVM.  From where may I find a starter .tcf file for this board?  I need to define the memory segments.

    By .tcf file, I presume you are familiar with DSP/BIOS 5.x. DSP/BIOS 5.x has been replaced by Sys/Bios 6.x which no longer uses tconf files but RTSC configuration scripts. Please have a look at BIOS_Legacy_App_note.pdf in $EZSDK/sysbios_6_31_00_06_eng directory for migratory information. You should also find examples for Sys/Bios in the same directory.

    --Sid

  • I've used BIOS 5 with .tcf files and assumed that BIOS 6 used the same. 

     

    Lee Holeva