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.

Code Composeur studio 6 : First assembler line of one function out of this this function.

Hello,

I use Code Composer Studio v6 with a JTAG probe Blackhawk XDS560v2-USB.
This probe is connected to a DSP TMS320C6713.

I have create a first application from the template " Hello World ".
This program draw s "Hello World" in the console with a printf  function.

The program does not run correctly.

The function c_int00 is the first function executed after a reset. As shown on the following screen, the first instruction of this function is placed before this function. It's the same for all the functions.

This could explained the dysfunction.

Somebody has an explanation ?

Thank you for your help.

Sincerely yours.

  • Hi,
    If its just hello world example then you won't see the "boot.c" file in that project.
    Have you added this boot.c file yourself ?
    You can create "Hello world" example (main.c file alone) with default "C6713.cmd"file.
    I've created and able to run on C6713DSK board with on board emulator.
  • Dionnet,

    Have you solved your problem?

    If not, please provide more information. Titus' example, especially using the default c6713.cmd, is the most common solution.

    If you have solved it, please tell us so future users will be helped.

    Regards,
    RandyP