使用stc15w201s单片机 烧录成功( 未外接晶振复位电路 因为手册里说可完全省略 烧录成功是不是说明不接也可以?)烧录软件stc-isp版本6.86全部默认选项 除了IRC平率改为12Mhz 通电后 所有引脚为高电平 程序不运行
以下为试验程序:
#include<reg51.h>
void delay(unsigned int x)
{ unsigned int j;
while(x--)
{
for(j=0;j<125;j++)
{;}
}
}
void main()
{ while(1)
{
P1=0xff;
P3=0x00;
delay(1000);
}
}
求解决不运行程序的方法 谢谢!!!
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>