完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,我正在使用PIC32 MX564 F128H,我正试图使用输出比较(OC1)来产生LED闪烁。我想让它开始闪烁而没有中断。我的代码是:我尝试的最后两个值通过不同的值(0和ReValTeor,或0和ReGrime/ 2)。它只打开LED,但从未关闭。我不知道问题在哪里。
以上来自于百度翻译 以下为原文 Hello, I am using a PIC32MX564F128H and I am trying to use the output compare (OC1) to generate a LED blink. I want to set it to start blinking and not have an interrupt. The code I have is: #define LED_BAT_init() do { TRISDbits.TRISD0 = 0; LATDbits.LATD0 = 0; }while(0); void LED_BAT_startBlink( uint32_t p_period ) { uint64_t regPeriod; regPeriod = p_period*(SYS_PERIPHERAL_CLOCK/1000); CloseOC1(); Opentimer2(T2_ON|T2_SOURCE_INT|T2_PS_1_1, regPeriod); OpenOC1(OC_ON|OC_TIMER_MODE16|OC_TIMER2_SRC|OC_PWM_FAULT_PIN_DISABLE, regPeriod/2, regPeriod); } The last two values I tried passing different values (zero and regPeriod, or zero and regPeriod/2). It only turns on the LED but never turns off. I don't see where the problem is. |
|
相关推荐
1个回答
|
|
它可能比你看到的要快。你应该分享你计算的PWM频率和你所期望的。将当前代码更改为硬值,这样我们就可以确定您是如何测试它的。ReGrimeUnT64 64对于这16位寄存器来说也是太大了。
以上来自于百度翻译 以下为原文 It is probably faster then you can see. You should share your calculated PWM frequencies and what you are expecting. Change your current code to hard values so that we can be sure of how you are testing it. regPeriod as uint64_t is also too big for those 16 bit registers. |
|
|
|
只有小组成员才能发言,加入小组>>
5163 浏览 9 评论
2000 浏览 8 评论
1928 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3174 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2226 浏览 5 评论
733浏览 1评论
615浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
505浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
631浏览 0评论
528浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-24 03:43 , Processed in 1.819900 second(s), Total 79, Slave 62 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号