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.
MSP430FG479的低功耗模式下中断为何不能进行触发?这个问题弄的我很头疼。如果能解决的话,我有程序为例
MSP430有多种低功耗模式,需要根据您需要的功能选择合适的低功耗模式。
比如在LPM3模式下,SMCLK会关掉,那么已SMCLK为时钟源的模块都不能工作。
在正确的配置下,低功耗模式可以响应中断。
请到TI网站下载对应代码测试。