新手求助关于430使能中断

2019-03-24 08:30发布

#include<msp430g2553.h>

int main(void)

{

    WDTCTL = WDTPW + WDTHOLD; //禁止看门狗计数
   
    _enable_interrupts();  //使能总中断
    _bis_SR_register(LPM3_bits);//休眠
  
}

为什么编译出问题
Thu Jun 08, 2017 10:05:43: Note! The debug session was started without downloading any code.
Thu Jun 08, 2017 10:05:43: There was 1 warning during the initialization of the debugging session.
Thu Jun 08, 2017 10:05:43: Couldn't go to 'main'.


此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
2条回答
qwerghf
2019-03-24 15:13
缺少while(1),添加上

一周热门 更多>

相关问题

    相关文章