完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,有人能指导如何为PIC10F222实现软件PWM吗?谢谢你,Sherin。
以上来自于百度翻译 以下为原文 Hi, Can anyone please guide how to implement software PWM for PIC10f222? Thanks in adavance. Sherin |
|
相关推荐
4个回答
|
|
该PIC10F222有三个专用的I/O引脚,可配置为数字引脚。为了使用端口引脚作为输出,必须清除TIS中的相应方向控制位(=0)。写入任何可用的GPIO引脚,并按照该序列创建PWM信号:-设置端口引脚高Delay(关断时间)-设置端口引脚低重复上述三个步骤使用while(1)循环。由于该设备具有专用8位定时器内置,考虑使用定时器产生固定延迟。时期。这将决定PWM信号关断时间,也允许您轻松地改变PWM输出的占空比。在另一方面,考虑使用具有硬件PWM的PIC10F320/322。
以上来自于百度翻译 以下为原文 The PIC10F222 has three dedicated I/O pins that can be configured as digital pins. To use a port pin as output, the corresponding direction control bit in TRIS must be cleared (= 0). Write to any of the available GPIO pins and follow the sequence to create a PWM signal: -Set port pin HIGH -Delay ( off time) -Set port pin LOW -Repeat the above three steps using while(1) loop. Since this device has a dedicated 8-bit timer built in, consider using the timer to generate the fixed delay period. This will decide the PWM signal off time and also allow you to change the duty cycle of the PWM output easily. On a side note, consider using the PIC10F320/322 which has a hardware PWM on it. |
|
|
|
OP多久才会知道这是怎么回事?眨眼:
以上来自于百度翻译 以下为原文 How long until the OP figures out how wrong this is? wink: |
|
|
|
抱歉,这是一个编辑:设置端口引脚高Delay(准时)-清除端口引脚LOW Delay(关闭时间)
以上来自于百度翻译 以下为原文 Sorry, here's an edit: -Set port pin HIGH -Delay ( ON time) -Clear port pin LOW -Delay ( OFF time) |
|
|
|
它应该给予PWM信号在几乎100%占空比。格林先生:
以上来自于百度翻译 以下为原文 It should give a PWM signal at almost 100% duty cycle. mr green: |
|
|
|
只有小组成员才能发言,加入小组>>
5159 浏览 9 评论
1998 浏览 8 评论
1927 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3170 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2223 浏览 5 评论
724浏览 1评论
608浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
497浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
621浏览 0评论
520浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 10:45 , Processed in 1.293430 second(s), Total 83, Slave 67 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号