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/MSP432-DEBUGGERS: No source available for "0x0"

Part Number: MSP432-DEBUGGERS
Other Parts Discussed in Thread: MSP-FET

Tool/software: Code Composer Studio

This issue may be similar to the thread here, but I couldn't figure out how to fix my problem directly from that thread.

I am programming an MSP432P401R using the MSP-FET and the MSP-FET-432ADPTR and CCS 6.1.3. This is a custom board, not a launchpad (although I have some older black launchpad I can test with if desired, Rev 1.0).

While running the code in debug mode on CCS, at some point early in the code it stops the device and throws an error "No source available for "0x0"". My guess is this happens when an interrupt is called, but I don't know for sure. The code seems to execute just fine when I disconnect the programmer (at least it gets further in the program than with the debugger).