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.

Unresloved breakpoint

I am using CCS V4.2. After loading symbols, I open a file to set a break point and the function in the file does show that the break point has been set. However the break point wind lists the break point under unresolved break point. When I run the code it seems to halt at correct location but does not seem to correspond  with the  C code. What can I do here?

Sachin

  • Hi Sachin,

    sachinpdesai said:
    After loading symbols,

    You are loading symbols only? So does that mean that the code is already on the target (flash)? If so, it sounds like either the correct symbols are not loaded, or the proper source files are not being referenced, or you are trying to debug optimized code.

    ki