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.

MSP430F5510低功耗模式无法退出

Other Parts Discussed in Thread: MSP430F5510

我使用的是IAR5.3,单片机为MSP430F5510,单片机进入LPM3模式,利用定时器和外部中断来唤醒,定时器是每隔1ms进入中断一次,当单片机下载好程序后,脱机运行,发现过一段时间单片机就无法从低功耗模式下退出,进入低功耗之前没有配置SVSH 与 SVMH,选用MCLK和SMCLK是由XT1(32768Khz)倍频到8Mhz的,定时器中断函数基本没有调用子程序,只是对一些标志位的置位与复位,所以栈溢出可能性比较小,请教大家,这个可能是什么问题?