完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,我正面临一个问题,同时动态配置IO引脚作为输入或输出。我正在使用PLIB库。这是我的代码序列。首先,我使用:PLIB_SetDirectionOutput函数设置pin的方向作为输出。然后使用PLIB_PinClear函数清除pin。我认为pin clear函数设置pin作为输入。然后再次使用PLIB_SetDirectionOutput函数设置特定的pin作为输出。然后我使用有趣地将相同的pin设置为高。ctionPLIB_PinSet函数。但当我连接这些管脚到输出管脚时,我无法读取其他输入管脚的状态。这里我做错了什么?请帮帮我。谢谢。
以上来自于百度翻译 以下为原文 Hi. I am facing an issue while dynamically configuring the IO pin as input or output. I am using PLIB library. Here is the sequence of my code. First I set direction of pin as output using: PLIB_SetDirectionOutput function. Then clear the pins using PLIB_PinClear function. I think pin clear function sets the pin as input. Then again u set particular pin as output using PLIB_SetDirectionOutput function. Then I set the same pin as high by using function PLIB_PinSet function. But I am not able to read the state in other input pins when I am connecting these pin to output pin. What am I doing wrong here. Please help me. Thanks |
|
相关推荐
5个回答
|
|
读取输出引脚将返回其闩锁电平。设置TIS位为1,使其成为输入。
以上来自于百度翻译 以下为原文 Reading an output pin will return its latch level. set TRIS bit to 1 to make it an input. |
|
|
|
嗨,谢谢你的回复。在设置了特定的TrI BITDO之后,我必须设置TrISxSt集来设置值。
以上来自于百度翻译 以下为原文 Hi, Thanks for response. After I set the specific TRIS BIT do I have to set TRISXset to set the value. |
|
|
|
TrISXSET实际上是设置TIS位的快捷方式。在设置TIS位之后,您将读取端口位。
以上来自于百度翻译 以下为原文 TRISXset is actually a shortcut to set TRIS bits. After setting the TRIS bit, you read PORT bits. |
|
|
|
你好。谢谢你的回复。因此,设置输出位为高和低,我可以使用LATX寄存器。
以上来自于百度翻译 以下为原文 Hi. thanks for response. So to set the output bit as high and low I can use LATx registers. |
|
|
|
这都是在数据表中描述的。读它。如果无法在PLIB_函数和数据表之间建立连接,则放弃这些函数,直接使用寄存器。这就更清楚了。
以上来自于百度翻译 以下为原文 It is all described in the datasheet. Read it. If you cannot make connection between PLIB_ functions and the datasheet, then abandon the functions and work directly with the registers. It'll be much more clear. |
|
|
|
只有小组成员才能发言,加入小组>>
5184 浏览 9 评论
2005 浏览 8 评论
1932 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3179 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2230 浏览 5 评论
739浏览 1评论
626浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
511浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
637浏览 0评论
535浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-28 11:07 , Processed in 1.269472 second(s), Total 84, Slave 68 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号