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/MSP432P401R: No source available for "main() at adc14_single_conversion_repeat.c:93 0x1280"

Part Number: MSP432P401R

Tool/software: Code Composer Studio

I have my code complete & it seems to work in the manner I want but every time it runs through it is getting caught up in one of the library's (driverlib.c) at the function "void CPU_wfi(void)" and gives me the error of - No source available for "main() at adc14_single_conversion_repeat.c:93 0x1280" . I can pause the program then play it again and it will run until it reaches this point then become stuck again. Any ideas on what might cause this?

Thank you 

  • John,

    John Santose said:
    No source available for "main() at adc14_single_conversion_repeat.c:93 0x1280"

    This message is just saying that the program is halted within library code and the debugger is unable to locate the source for it.
    Some background on when and why these messages occur is in this page.

    It appears that you are running a modified version of the adc14_single_conversion_repeat example and not the out-of-box example included in the MSP432 SDK, is that correct? If so, and if there is a problem with the actual execution of the program (besides the message about not finding library source), I would suggest asking about that in the MSP432 device forum as the experts there will be able to assist better with that.