完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我一直在使用GPIO_WriteBit()函数来设置/重置引脚,但发现它不起作用。注册的相同功能工作正常。
例: GPIO_WriteBit(GPIOB,GPIO_Pin_4,RESET); //这不起作用!? GPIOB-&gt; ODR&amp; = 0xef; // 还行吧。 我检查GPIO_WriteBit()的源代码并怀疑存在错误。具体来说,当RESEting时,函数调用 ClrBit(GPIOx-> ODR,GPIO_Pin); 而宏ClrBit定义为 &amp; sharpdefine ClrBit(VAR,Place)((VAR)&amp; =(uint8_t)((uint8_t)((uint8_t)1&lt;&lt;(uint8_t)(Place))^(uint8_t)0xFF)) 它似乎打算做ChlrBit(GPIOB,4),而是做ClrBit(GPIOB,GPIO_Pin_4),这是行不通的。 有人可以证实这一点吗? #std_lib#stm8l 以上来自于谷歌翻译 以下为原文 I have been using the GPIO_WriteBit() function to set/reset pins, but found it not working. The same function by register worked fine. Example: GPIO_WriteBit(GPIOB, GPIO_Pin_4, RESET); // this does not work!? GPIOB->ODR &= 0xef; // this is ok. I check the source code of GPIO_WriteBit() and suspect there is a bug. Specifically, when RESETing, the function calls ClrBit(GPIOx->ODR, GPIO_Pin); whereas macro ClrBit is defined as &sharpdefine ClrBit(VAR,Place) ( (VAR) &= (uint8_t)((uint8_t)((uint8_t)1<<(uint8_t)(Place))^(uint8_t)0xFF) ) It seems that it intends to do ChlrBit(GPIOB, 4) but instead does ClrBit(GPIOB, GPIO_Pin_4), which is not working. Can somebody confirm this? #std_lib #stm8l |
|
相关推荐
1个回答
|
|
确认....迟到总比没有好。第二个参数的文档错误。
-p。 以上来自于谷歌翻译 以下为原文 Confirmed.... better late than never. Documentation error for the 2nd parameter. -p. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2738 浏览 1 评论
3241 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1810 浏览 1 评论
3650 浏览 6 评论
6039 浏览 21 评论
1339浏览 4评论
201浏览 3评论
对H747I-DISCO写程序时将CN2的st-link复用为usart1,再次烧录时无法检测到stlink怎么解决?
353浏览 2评论
STM32G474RE芯片只是串口发个数据就发烫严重是怎么回事?
444浏览 2评论
STM32处理增量式编码器Z信号如何判断中断是正转的还是反向转的?
274浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-25 02:36 , Processed in 1.194690 second(s), Total 78, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号