3443|3

59

帖子

0

TA的资源

一粒金砂(中级)

楼主
 

multism仿真单片机时出了的问题 [复制链接]

 

我用multisim仿真8052时却出了一个问题,仿真不了,代码如下:

  #include<8052.h>
sbit a=P1^0;
void delay(void)
{int i,j;
 for(i=100;i>0;i--)
   for(j=100;j>0;j--);
}
void main()
{a=1;
/* Insert your code here. */
while(1)
{delay();
a=~a;}
}

出错信息则如下:

Multisim  -  2011年8月17日, 21:49:36
--------------------------Building: Project: project1---------------------------
Note: -E compiler option was not present. This option has been added to the compiler build command temporarily.
Note: -O compiler option was not present. This option has been added to the compiler build command temporarily.
Warning: C:\Program Files\HI-TECH Software\HC51\lite\9.60\include\8052.h : 3   #warning: Header file 8052.h included directly. Use #include <htc.h> instead.
Warning: D:\360data\ÖØÒªÊý¾Ý\×ÀÃæ\н¨ÎÄ~2\8052\project1\main.c; line 14; column 0; missing n : 0  
Warning: D:\360data\ÖØÒªÊý¾Ý\×ÀÃæ\н¨ÎÄ~2\8052\project1\main.c; line 2; column 6; missing ba : 0   d
Error: D:\360data\ÖØÒªÊý¾Ý\×ÀÃæ\н¨ÎÄ~2\8052\project1\main.c; line 2; column 6; "," expect : 0  
Error: D:\360data\ÖØÒªÊý¾Ý\×ÀÃæ\н¨ÎÄ~2\8052\project1\main.c; line 2; column 12; constant : 0  
Warning: D:\360data\ÖØÒªÊý¾Ý\×ÀÃæ\н¨ÎÄ~2\8052\project1\main.c; line 13; column 6; line does : 0   n the end
编译器结果:  2 - Errors, 4 - Warnings

 

这究竟是什么原因呢?无尽的感谢啊~

最新回复

头文件错误,直接用。  详情 回复 发表于 2012-11-8 16:58
点赞 关注
 

回复
举报

2万

帖子

74

TA的资源

管理员

沙发
 

回复 楼主 ckx提问 的帖子

楼主芯片的具体型号是?
加EE小助手好友,
入技术交流群
EE服务号
精彩活动e手掌握
EE订阅号
热门资讯e网打尽
聚焦汽车电子软硬件开发
认真关注技术本身
个人签名

加油!在电子行业默默贡献自己的力量!:)

 
 
 

回复

3

帖子

0

TA的资源

一粒金砂(中级)

板凳
 
头文件错误,用代替<8052.h>,另外需要说明的是在keil里面头文件也不是这样的啊,应该是等等,要么你直接写成"8052.h",引号表示不是系统头文件,而是自定义的。
 
 
 

回复

3

帖子

0

TA的资源

一粒金砂(中级)

4
 
头文件错误,直接用
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/9 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表