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.

CCS V5.2 With TMS320C5416

Other Parts Discussed in Thread: TMS320VC5416

My name is A.K.Bharath. Iam working SRM Valliammai Engineering College in India at tamilnadu, near by chennai. Iam a Lab Assistant in this institute.  we are using ccs 3.1 with tms320c5416.Its very good working output is no problem. Its a win_xp platform. But now iam going to win_7 os. So, not support ccs3.1v in win_7 os. We are installed ccs 5.2v. using dsp kit tms320c5416. all programs there is no output. Please give me a procedure. But same all programs just we are using TI Simulators c6416,c6421 & c6454 output is done.

I want TI Simulators c5416 please give me a details in ccs 5.2v  & How to work with  dsp kit c5416 procedure.

Thanks.

 

  • AK BHARATH said:
    I want TI Simulators c5416 please give me a details in ccs 5.2v

    Sorry, there are no plans to support this.

    AK BHARATH said:
    How to work with  dsp kit c5416 procedure

    the 5416DSK is supported by CCSv5. I'm not sure why your application behavior changed. I'm not sure if you updated your versions of the compiler and BIOS (if you are using BIOS). What I suggest is to build on 3.1 and the start a debug session on v5 and load that 3.1 *.out file and see if that run fine. Also please explain what you mean by "no output". Is that printf statements to the console?

    Thanks

    ki

  • Respected Sir,

                         There is no compiler for c5400 in  CCS V5.2. But c2000, c5500, c6000 compiler is in folder. except c5400.

    Example : c:ti/ccsv5/tools/compiler/c5500  or c2000  or   c6000

    There are 13 or 14  items in this folder.

    bin, include, lib, compiler, defecthistory, install, licence, linker_readme, readme, readmeplus, removeregistrykeys, setupinccsnregistry, uninstall_cgt_c5500.

    But : c:ti/ccsv5/tools/compiler/c5400

    Ther are only 5 items in this folder

    bin, include, lib, linker_readme, readme.1st.

  • AK BHARATH said:

    But : c:ti/ccsv5/tools/compiler/c5400

    Ther are only 5 items in this folder

    bin, include, lib, linker_readme, readme.1st.

    This correct. The compiler is in the .\bin folder.

  • Respected Sir,

                                Please see this photos. Its a Linear Convoluation program. Two inputs take it. and there is no output. But same procedure in c6416, c6424c c6454  etc.. Ti Simulators  output is done. Please give me a solutions.

     

                          

    Thanks.

  • Respected Sir,

                        

    I have already using ccs 3.1 with tms320c5416 output is no problem wels good done. but now ccs5.2 with tms320c5416 output problem please help me.

    What is this warnings?

     1.   #10247-D creating output section ".cio" without a SECTIONS specification

     2.   #10247-D creating output section ".const" without a SECTIONS specification

     

    But this no  warnings in c6416 Ti Simulators. 

     

    Thanks.

  • AK BHARATH said:

    What is this warnings?

     1.   #10247-D creating output section ".cio" without a SECTIONS specification

     2.   #10247-D creating output section ".const" without a SECTIONS specification

    linker warnings that you did not explicitly specify where those sections will be allocated. Normally it doesn't have much impact on the build. If you want to get rid of those warnings, I suggest you read section 6.6 of: http://www.ti.com/lit/ug/spru102f/spru102f.pdf. It provides more details on how to use linker command files.

    Thanks

    ki

  • Hi,

    I have made a simple FIR filter code for both TMS320C54x and TMS320C55x in CCSv5.3. Simulations were working fine in CCSv5.3.

    (I only have .asm and .cmd file for this project as I have written everything in assembly)

    Then for my university project I had to do a FIR filter demo with "DSP Starter Kit (DSK) for the TMS320VC5416"

    So now I have installed CCSv3.1 IDE which came together with the board for computer running Windows XP.  Then i have created my project and added my .asm and .cmd file and trying to build it, but now I am keep getting errors. (Error: "FIR1.asm", ERROR! at line 3: [E1000] Include/Copy file not found or opened") 

    For CCSv3.1 is it a must to have .c, .asm and .cmd files ? can we just create all the things in .asm and memory maps in .cmd and compile and generate .opt file ?

    And also how can I input real-time signal via oscilloscope or signal generator and output it to oscilloscope ?

    How can I change these in my .asm when input is real-time and output to be monitored via oscilloscope and also connections on the C5416 board?

    Can someone help me please? Urgently need advice and help on this as I have to make this demo within 4-5 days.

    Thanks.

    Best Regards,

    Samira