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.

Assembly Progarm issue



hi 

i am hari.. i am using c6747 custom board. i need to run assembly language program(ASM) for convolution concept. how to compile and load the program to DSP. what type of file to be loaded(ex- .out)? you have any example program means please send me...

Regards,

R. Hariprakash..

  • Hari,

    In CCSv5 you can create an empty assembly project using the project wizard.

    Go to the Project menu and select "New CCS Project".

    Fill in the wizard with:

    name - whatever you want to name your project

    Family - C6000

    Variant - C674x Floating-point DSP

    Device - TMDSC6747 [TMS320C67XX]

    Connection - select the JTAG emulator that you are using

    In the template section select Empty Assembly-only Project

    Click Finish.

    You can then create new files in that project and add your assembly code.  To build the project click on the hammer icon.  To build and load it click on the bug icon.

    As far as example code your best bet is to ask in the processor forum.  C67x Single Core forum

    Regards,

    John