[求助] 为什么进入不了主函数?

luhezhangjian   2011-10-26 13:51 楼主
代码如下:
#include  "systemInit.h"
#include  
#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)

回复 楼主 luhezhangjian 的帖子

点赞  2011-10-26 13:56

你的INCLUED一定有毛病

http://shop34182318.taobao.com/ https://shop436095304.taobao.com/?spm=a230r.7195193.1997079397.37.69fe60dfT705yr
点赞  2011-10-26 14:29

引用: 原帖由 ddllxxrr 于 2011-10-26 14:29 发表

 

 

以摆脱无知为起点,以力求专业为目标
点赞  2011-10-26 15:52
电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 京公网安备 11010802033920号
    写回复