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/TMS320F28379D: CCS/TMS320F28379D:

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hello.

While trying to load a program in the flash of my TMS320F28379D, i am getting the following error.

Texas Instruments XDS100v2 USB Debug Probe/C28xx_CPU2 : Target must be connected before loading program.

I am using CCS V7.2

please help

  • I could manage to load the program into CPU2 by checking the debugger settings. Now i am stuck with a new error:  No source available for "0x3fe493" . the view in disassembly is attached. kindly help me solve the problem

  • Hello,
    This is not an error. The debugger is simply telling you that the CPU in context is halted at a program address where there is no source code correlation (an ESTOP instruction as i can see in your screenshot). Why you are halted there depends on your environment and application. But it is not an error and not a tools issue.

    Thanks
    ki