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.

Breakpoints automatically being disable

Other Parts Discussed in Thread: CC2640

I'm using Code Composer 6.1.3.00034 on a Windows 10 machine and the XDS200 Debugger with a SaBLE-x evaluation board (which internally has a CC2640). For some reason when I run a basic example, such as the TI-RTOS "hello" example the PIN_init(BoardGpioInitTable) returns the PIN_NO_ACCESS error. In an attempt to further analyze this, I set breakpoints within the Board.h file where this is called. As soon as I press F11 to debug, the Breakpoints window shows these breakpoints being disabled by saying: "Board.h, line 65 [S/W BP - disabled]". 

If I try to enable them, I receive an error that says: "No code is associated with "C:\.......\workspace\driver\Board.h", line 65 in any loaded symbols". When I run the program these breakpoints are skipped. The blue circle where the breakpoint was set also turns yellow. I verified that the compiler has "Full symbolic debug (--symdebug:dwarf, -g)" enabled. I've searched the forum and found similar questions/answers, but none have worked

  • Hello,
    As the error mentions, the debugger is unable to associate the Board.h file open in the editor with the code loaded on to the target. Did you build this project? And if so, How did you open the Board.h file to set breakpoints in it?

    Thanks
    ki