为什么进入不了主函数?

2019-03-24 15:29发布

代码如下:
#include  "systemInit.h"
#include  <uart.h>
#include  "WAVE.h"
#include  "DW_com.h"
#include  "INT.h"

//定义波形显示参数
#define  Xs             40
#define  Xe             460
#define  Ys             38
#define  Ye             128
#define  STEP           5

char rbuf[5];//接收缓存
int x=Xs;//x轴实时坐标
char state=0;



//  主函数(程序入口)
int main(void)
{
    clockInit();                                      //  时钟初始化:晶振,6MHz
    KEY6_Init();                                       //  按键初始化
    uartInit();
    IntMasterEnable();
    for(;;);
}

一开始跑了两次都很正常,后来再运行程序不知道为什么就进入不了主函数了?请高手帮忙看一下 谢谢 此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
3条回答
wabuw
2019-03-24 22:53
<

一周热门 更多>

相关问题

    相关文章