完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好
我在用 STM8S001J3 调节器 在我的项目上,我有一些问题, 5,6针GPIOB不起作用。 我不知道如何解决它。 请帮帮我.. //我的 源代码 GPIO_DeInit(GPIOB); GPIO_Init(GOIOB,GPIO_PIN_ALL,GPIO_MODE_OUT_OD_HIZ_SLOW) 而(1) { GPIO_Write(GPIOB,0x30); } 我正在使用STVD和IAR进行程序开发。提前致谢。 #stm8 #gpio 以上来自于谷歌翻译 以下为原文 Hi I am using STM8S001J3 controller on my project and I'm have some problem about it, 5,6 pin GPIOB It doesn't work. I don't know how to solve it. Please help me.. // my source code GPIO_DeInit(GPIOB); GPIO_Init(GOIOB, GPIO_PIN_ALL, GPIO_MODE_OUT_OD_HIZ_SLOW) while(1) { GPIO_Write(GPIOB, 0x30); } I am using STVD and IAR for program development. Thanks in advance. #stm8 #gpio |
|
相关推荐
5个回答
|
|
你好Sang hyeon Jeong,
让我就您的问题向您提供反馈。 PB5是真正的开漏引脚。这意味着该引脚只能设置逻辑低电平状态,而不是高电平。例如,通过添加外部上拉电阻可以实现高状态。您可以在STM8S001数据表中找到PB5的描述: PB6在此设备中不可用,或者更准确,它可作为封装内的焊盘使用,但它没有连接到封装上的任何引脚。数据表中再次提供描述: 最好的祝福 Szymon 以上来自于谷歌翻译 以下为原文 Hello Sang hyeon Jeong, Let me provide you a feedback regarding your question. PB5 is true open drain pin. This means that this pin can only set logical low state, not high. High state can be achieved for example by adding external pull-up resistor. Description of PB5 you can find in STM8S001 datasheet: PB6 is not available in this device or to be more accurate it is available as a pad inside the package, but it is not connected to any pin on the package. Description is again available in datasheet: Best regards Szymon |
|
|
|
可以使用PA3的内部上拉电阻(参见AN5047的第7.3节),而不是PB5的外部上拉电阻。
菲利普 以上来自于谷歌翻译 以下为原文 Instead of an external pull-up for PB5, one could use the internal pull-up of PA3 (see section 7.3 of AN5047). Philipp |
|
|
|
非常好的主意。谢谢你菲利普。
问候 Szymon 以上来自于谷歌翻译 以下为原文 Very nice idea. Thanks for it Philipp. Regards Szymon |
|
|
|
我在哪里可以下载STM8S001的固件?
以上来自于谷歌翻译 以下为原文 where could I download the firmware for STM8S001? |
|
|
|
你好zhang.bin,
我相信你的意思是说固件的示例应用程序。如果是,那么您可以参考STM8S的标准外设库,这里是一个 http://www.st.com/en/embedded-software/stsw-stm8069.html 。示例应用程序位于以下路径:STM8S_StdPeriph_Lib Project STM8S_StdPeriph_Examples 您可以轻松地将这些应用程序重用于STM8S001。 另外,我为STM8S001开发了一些新的简单示例应用程序:用于GPIO,UART,ADC和TIM外设。请找到附件。 问候 Szymon 以上来自于谷歌翻译 以下为原文 Hello zhang.bin, I believe you mean example application by saying firmware. If yes, then you can refer to Standard peripheral library for STM8S, here is a http://www.st.com/en/embedded-software/stsw-stm8069.html . Example applications are under the path:STM8S_StdPeriph_LibProjectSTM8S_StdPeriph_Examples You can easily reuse these applications for STM8S001. Additionaly I developed few new, simple example applications for STM8S001: for GPIO, UART, ADC and TIM peripherals. Please find them attached. Regards Szymon |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2671 浏览 1 评论
3224 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1796 浏览 1 评论
3625 浏览 6 评论
6007 浏览 21 评论
953浏览 4评论
1324浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
599浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1317浏览 3评论
1376浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-12-4 01:39 , Processed in 1.614878 second(s), Total 87, Slave 70 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号