怎么解决逻辑错误logic contention detected on net
protues吧
全部回复
仅看楼主
level 1
那邪s 楼主
程序可以正常运行,p35只连接到LCD
2015年04月24日 12点04分 1
level 1
读忙函数有问题,加一个return。祝好运。
void Read_busy()
{unsigned char temp;
for(temp = 0; temp < 2; temp++);
return;
P0 = 0x00;
RS = 0;
RW = 1;
E = 1;
while(P0&0x80);
E = 0;
}
2016年12月10日 12点12分 2
看程序感觉没什么错,没想到竟然还真是这是这个问题,谢谢层主[真棒]
2017年05月25日 02点05分
大佬 牛逼 不过这是什么原因呢
2021年04月02日 15点04分
level 1
那邪s 楼主
谢谢[太开心],不过我去年就毕业了[笑眼],那是当年的[吐舌]
2016年12月10日 14点12分 3
level 1
楼主怎么解决的?
2017年04月15日 06点04分 4
我前年就毕业了,我记得好像是重新画图的[汗],太久了记不大清[黑线]
2017年04月22日 09点04分
1