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.
msp430 程序执行,结果死循环在 初始化_c_int00_noargs() at boot.c:111 0x82AC (the entry point was reached)
请问能否详细说明下您的问题?您现在使用的软硬件以及调试情况?
一般挂在_c_int00_noargs() 是由于中断异常,所以跳到了中断异常处理程序
请检查是否定义了正确的ISR。
如果定义了PORT1,PORT2,PORT3或PORT4 ISR中的一个,它是否对应于触发中断的确切端口。如果没有,代码将跳转到默认的异常处理程序。
您可以在CCS的安装文件夹/ccs_base/msp430/include " 查看 "lnk_<device_name>.cmd