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.

debug单步运行中出现问题

请问我单步运行程序时,执行到 __bis_SR_register(LPM3_bits+GIE)时出现  

No source available for "$abproc1() at D:/diansai\MSP430\workspace\else\Debug\else.out:{3} 0x10218{4}"

这是什么情况

  • 这应该是一个开发软件的问题,eclipse上有时候也会遇到。

    ccs是基于eclipse开发的,有时也会有这个问题。

  • 您在全速运行的时候是没有问题的?您现在使用的是哪款芯片以及程序?

    当CCS无法找到程序停止的源文件时,可能会显示debugger消息,例如No source available for 。当在C运行时库或链接到程序的其他库中的代码中暂停时,这是最常见的。在大多数情况下,该消息不会破坏代码的执行,可以忽略。