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/MSP430F5419A: Facing issue of NO source available for "0x37ce"

Part Number: MSP430F5419A

Tool/software: Code Composer Studio

At the time of returning from function facing a problem of no source available in CCS 5.5.0,please help me solving this issue

  • Hello Shreya,

    The "error" is not really an error. It is a message from the debugger telling you that the target is halted at a program address where there is no source association. Whether that address is a valid address or not depends on the program. If you are expecting to get to main, have a breakpoint set there, and never reach it, it could be that there is some issue with either your target or you program (or maybe both).

    Can you try run a example project with the same target and see if you still have the same issue?

    Thanks,

    Yiding

  • Thanks Yiding ,

       As you said that target is halted at program address i know that and address 0x37ce contain 0000 ,if i put break point from where it happens then it jump to the next memory location ,is it the problem of memory or ccs or any other things.

      

  • Thanks team,

     Issue is in buffer which i have written i'm taking size of an 20 buffer and at the time of clearing clearing 40 that's  why i thing issue is occurring and also after executing one more command that issue was coming i'm working on that.

**Attention** This is a public forum