<p>
stm8l152 芯片某个输出引脚不能置0 , </p><p> GPIO_LOW(GPIOD,GPIO_Pin_0); </p><p>GPIO_LOW(GPIOD,GPIO_Pin_1);<br>GPIO_Init( GPIOD, GPIO_Pin_0, GPIO_Mode_Out_PP_High_Fast); //推挽输出<br> GPIO_Init( GPIOD, GPIO_Pin_1, GPIO_Mode_Out_PP_High_Fast); //推挽输出<br> #define GPIO_LOW(a,b) a->ODR&=~b<br>
<br>
<font size="5"><font color="#ff0000">在上面代码执行过程中,发现d0输出始终为高(万用表测量2.5v) 同样的配置d1输出为零,什么原因?</font></font><br>
<br>
此帖出自<a href="http://www.xiaopingtou.net/" style="color:#CDCDCD;">小平头技术问答</a>
</p><p><br></p><p></p>
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
GPIO_Init( GPIOD, GPIO_Pin_0, GPIO_Mode_Out_PP_High_Fast); //推挽输出
GPIO_Init( GPIOD, GPIO_Pin_1, GPIO_Mode_Out_PP_High_Fast); //推挽输出
#define GPIO_LOW(a,b) a->ODR&=~b
在上面代码执行过程中,发现d0输出始终为高(万用表测量2.5v) 同样的配置d1输出为零,什么原因?
此帖出自小平头技术问答
一周热门 更多>