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/TMS320C6748: Problem came in debuging session

Part Number: TMS320C6748

Tool/software: Code Composer Studio

this issue come when i debug it.

I working on TMS320C6748 Microprocesser wit USB to serial XDS100V2 USB emulator.

when i am give her location to its locate by debug destination directory then it will say file not available but there are source.mk file available.  

help me.

  • Kishor,

    Your program has run to completion.  It has halted in abort().  Since this is part of the runtime support library CCS is not able to find the source code so it gives you that prompt to locate it.  CCS does this whenever it halts at a location that it is not able to find the C source code file.

    As far as I can tell there is nothing wrong here.  I see the output in the console that says "Hello Kishor!" which is what I assume your program is doing.  If you want to step through the program try placing a break point inside your source code.

    Regards,

    John

  • Thanks for giving your valuable time and TI group.