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.
小弟最近使用 EZ430-Chronos-433 去實現RF傳輸之功能
但是在DEBUG時出現了此條錯誤訊息: No source available for "c_int00_noexit() at 0x85ec"
請問這條訊息會對程式有影響嗎?
因為我的程式燒進手錶沒有辦法動作...
但是在DEBUG模式下單步執行程式,有達到我們所需的要求
請問這時什麼問題呢?
懇請賜教
開發軟體:CCS Version: 5.1.1.00031
CHUN CHANG,
此信息的出现是因为:debugger找不到该函数的源文件。c_int00_noexit()应该是属于run-time support library,一般而言,其源文件不对debugger开放的,这是很正常的,你可以忽略它,继续单步调试in assembly view直至到了main中的source code即可。