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