完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,我在PIC12F1840和MPLABX IDE 3.35上工作。我写了一个代码读取PWM脉冲宽度在一个引脚,并写入该值到另一个PWM引脚。但是,在逻辑分析仪仿真时,输出PWM脉冲不是连续的,在一个代码中使用捕获模式和比较模式是正确的方法吗?请检查附上的C代码并指导我。谢谢你,Gitanjali。
以上来自于百度翻译 以下为原文 Hello, I am working on PIC12F1840 and MPLABX IDE 3.35 . I have written a code for reading PWM pulse width at one pin and writing that value to another PWM pin. But, at the time of simulation in logic analyzer output PWM pulse is not continuous.Is a correct way to use capture mode and compare mode in one code ? please check attached C code and guide me. thanking you , Gitanjali Attachment(s) 2_pwm_in_out.txt (4.89 KB) - downloaded 66 times |
|
相关推荐
2个回答
|
|
摆脱任何东西,你的代码需要它们。在嵌入式编程中,它们很少需要。不要尝试编写自己的延迟例程。优化器会使你绊倒。使用内置的Equinoxin命令和编译器,你可以从中断程序中删除对InITyBuffTh()的调用。在ISR中设置GIE位是致命的!而且,你不应该在ISR内部做一个时间延迟。你的StpWMutuyCyle()被从ISR调用,并且会延迟。
以上来自于百度翻译 以下为原文 Get rid of #include #include Nothing i nyour code requires them. They are rarely needed in embedded programming. Don't try to code your own delay routines. The optimiser will trip you up. Use the __delay_us() and __delay_ms() macros built in to the compiler. As Equinoxin said, get rid of the call to init_interrupt() from your interrupt routine. Setting the GIE bit inside an ISR is fatal! Also, you should NEVER do a time delay inside an ISR. Your SetPWMDutyCyle() is called from the ISR, and does a delay. |
|
|
|
哦…好啊。。这意味着没有必要为CPP1配置APFCON寄存器。
以上来自于百度翻译 以下为原文 Ohhh.. OK .. that means no need to configure APFCON register for CCP1. thanks qhb |
|
|
|
只有小组成员才能发言,加入小组>>
5160 浏览 9 评论
1998 浏览 8 评论
1927 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3170 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2225 浏览 5 评论
727浏览 1评论
612浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
501浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
626浏览 0评论
524浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 03:14 , Processed in 1.319130 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号