完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
我有一个问题。我将STM8S003K3的输出引脚(PC7)连接到STM8S207S的输入引脚(PC7)。当我将引脚设置为高电平时,我看不到STM8S207S的输入引脚PC7(作为中断输入)变为高电平。 以下是我的引脚配置: STM8S003K3上的PC7: PC_ODR = 0x00; PC_CR1 = 0xFE; // pc7作为推拉 PC_CR2 = 0x00; // pc7速度高达10MHz PC_DDR = 0x9E; // pc7作为输出 STM8S207SB上的PC7: PC_ODR = 0x00; PC_CR1 = 0xEE; // PC7拉起来 PC_DDR = 0x6E; //输入PC7 如果我直接测量STM8S003K3的PC7引脚而没有连接到PC7的 STM8S207S,它的工作原理。我看到这个引脚高低不一。寄存器输出也表明它正在做我想要的。 有人可以帮我吗? 您忠诚的, HL #GPIO而不是持续的高 以上来自于谷歌翻译 以下为原文 Hello, Ich have a question. I am connecting the output pin (PC7) of STM8S003K3 to input pin (PC7) of STM8S207S. When I set the pin to high, I do not see the input pin PC7 (as interrupt input) of STM8S207S goes to high. The following is my pin configuration: PC7 on STM8S003K3: PC_ODR = 0x00; PC_CR1 = 0xFE; //pc7 as push pull PC_CR2 = 0x00; //pc7 speed up to 10MHz PC_DDR = 0x9E; //pc7 as output PC7 on STM8S207SB: PC_ODR = 0x00; PC_CR1 = 0xEE; //PC7 is pull up PC_DDR = 0x6E; //PC7 is input If I measured the PC7 pin of STM8S003K3 directly without it connected to the PC7 of STM8S207S, it works. I see this pin goes high and low. The register output also shows that it is doing what I want. Anybody can help me on this? Sincerely yours, HL #gpio-not-going-high |
|
相关推荐
4个回答
|
|
你好Prasad,
谢谢你的助手。我尝试将PC_CR2设置为0x80。这是你建议的唯一改变吗? 它不起作用。 如果您有其他建议,请告诉我。 谢谢, 哈克 以上来自于谷歌翻译 以下为原文 Hello Prasad, thanks for your assistant. I have tried setting the PC_CR2 to 0x80. This is the only change you suggested right? It did not work. If you have other suggestions, let me know. Thanks, Huck |
|
|
|
你好 ,
ForPC7作为输出引脚配置(STM8S003K3): PC_CR1 = 0x80; // pc7作为推拉 PC_CR2 = 0x80; // pc7速度高达10MHz PC_DDR = 0x80; // pc7作为输出 ForPC7作为输入引脚配置(STM8S207S): PC_CR1 = 0x80; PC_CR2 = 0x00; PC_DDR = 0x00; 谢谢&问候, Balmukund Prasad 以上来自于谷歌翻译 以下为原文 Hello , ForPC7 as output Pin config ( STM8S003K3): PC_CR1 = 0x80; //pc7 as push pull PC_CR2 = 0x80; //pc7 speed up to 10MHz PC_DDR = 0x80; //pc7 as output ForPC7 as input Pin config (STM8S207S): PC_CR1 = 0x80; PC_CR2 = 0x00; PC_DDR = 0x00; Thanks & Regards, Balmukund Prasad |
|
|
|
你好Prasad,
我有一个关于我的引脚的新信息不是很高的问题。 STM8S003K3的输出引脚PC7进入STM8S207S的输入PC7。在输入侧,如果该信号,输入引脚被配置为中断检测。如果我禁用此中断,那么它按预期工作,也就是说,如果我将PC7输出设置为高电平,我会看到PC7输入为高电平。 该引脚的中断配置如何影响该信号? 此致, 哈克 以上来自于谷歌翻译 以下为原文 Hello Prasad, I have a new piece of information on my pin not going high problem. The output pin PC7 from STM8S003K3 is going into input PC7 of STM8S207S. On the input side, the input pin is configured as interrupt detect if this signal. If I disable this interrupt, then it works as I expected, that is, if I set PC7 output to high, I see PC7 input high. How does the interrupt configuration of this pin affect this signal? Yours sincerely, Huck |
|
|
|
问题解决了。该引脚未被SPI完全“释放”。我们将主设备设置为在禁用spi之前再输出1个字节。在此之后,问题得以解决。该引脚可再次用作GPIO引脚。
以上来自于谷歌翻译 以下为原文 Problem solved. The pin was not completely 'released' by SPI. We set the master to clock out 1 more byte before the spi is disable. After this, the problem is solved. The pin is free to use as GPIO pin again. |
|
|
|
只有小组成员才能发言,加入小组>>
请教:在使用UDE STK时,单片机使用SPC560D30L1,在配置文件怎么设置或选择?里面只有SPC560D40的选项
2634 浏览 1 评论
3208 浏览 1 评论
请问是否有通过UART连接的两个微处理器之间实现双向值交换的方法?
1783 浏览 1 评论
3609 浏览 6 评论
5987 浏览 21 评论
939浏览 4评论
1315浏览 4评论
在Linux上安装Atollic TRUEStudio的步骤有哪些呢?
582浏览 3评论
使用DMA激活某些外设会以导致外设无法工作的方式生成代码是怎么回事
1302浏览 3评论
1358浏览 3评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 16:31 , Processed in 1.012544 second(s), Total 55, Slave 48 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号