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.

DSP/BIOS Link

Hello,

I've successfully built the DSP side of the "tsk" based loop-back project using CCSv4 and i have the following questions:

1) I've included the "loop_tsk.tcf" file from TI in my CCS project and was initially unable to build the project until I put 6 "tci" files, namely dsplink_dio.tci, dsplink_iom.tci, dsplink_zcpydata_swi.tci, dsplink_zcpydata_tsk.tci, loop.tci and dsplink-omap3530-base.tci into the following 2 directories:

        c:\Program Files\Texas Instruments\xdctools_3_15-02-62\include 

        c:\Program Files\Texas Instruments\xdctools_3_15-02-62\packages

For this particular project, CCSv4 is looking for those 6 "tci" files in the above 2 folders. 

Why are these "tci" files needed to build the project? 

Why are these "tci" files needed to view the "loop_tsk.tcf" in the gconf format?  If i attempt to view the "loop_tsk.tcf" file with CCSv4 without including the 6 "tci" files, I can only see the script version of the configuration file.

How can I point to these "tci" files in CCSv4 without having to physically move the files from their original location?

I'm not familiar with this file type so how are they actually used?

2) Once I successfully compiled and linked the DSP portion of the TI dsplink "loop" example using CCS, I successfully created and launched a debug session.  However, when I attempted to load the executable on the target I received the following error:

C64XP_0: File Loader: Data verification failed at address 0x87E22C00 Please verify target memory and memory map.

Error found during data verification.

Ensure the linker command file matches the memory map.

 

Am I missing a "GEL" file which defines the memory map for the evm I'm currently using?  If so which 'GEL" file(s) do I need and how do I add "GEL" file(s) to CCSv4?  BTW, I'm currently using the Mistral evm board. 

 

Len