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.

TMS320F28379D: Break at address "0x3fe493" with no debug information available, or outside of program code.

Part Number: TMS320F28379D

Hello, I'm running project in the launchpad TMS320F28379D with CCS version 12.5.0.00007. When I debug the project and after debugging and clicking "Resume", it stops and showing "Break at address "0x3fe493" with no debug information available, or outside of program code."

I tried changing optimization option and reinstall but I still can't solve that problem. Is there a way to solve that?

Thanks

Hong

  • Hello,

    "Break at address "0x3fe493" with no debug information available, or outside of program code."

    This is not necessarily a problem but a message from the debugger that the target is halted at an address where there is no associated debug symbols. 

    My question to you is:

    Is this a valid address? If so, should there be some source code correlation for this address?

    Thanks

    ki