完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我使用一个PIC32 MX27 025F66D与MCC生成的计数器代码。我注意到,如果我在0设置计数器,它不会读取外部引脚上的任何脉冲,但是,如果我把计数器设置为任何非零值,它工作良好,没有看到任何在勘误表,所以我猜这是一个MCC问题。有人有什么想法吗?
以上来自于百度翻译 以下为原文 I'm using a PIC32MX270F256D with MCC generated code for the counter. I noticed that if I set the counter at 0 it does not read any pulses on the external pin, however if I set the counter to any non-zero value it works fine, din't see anything in the errata, so I'm guessing it's an MCC problem. Anyone got any ideas? |
|
相关推荐
4个回答
|
|
向我们展示代码,包括配置设置。苏珊
以上来自于百度翻译 以下为原文 Show us the code, including the config settings. Susan |
|
|
|
下面是整个项目的链接:HTTPS://www. DROPBOX.COM/S/8ZE1ZE2GNN1QGB/04YOR.X.ZIP?DL=0
以上来自于百度翻译 以下为原文 Here is the link to the entire project: https://www.dropbox.com/s/8ze1zeb2gnn1qgb/04_Counter.X.zip?dl=0 |
|
|
|
因为您没有使用MR5YPLAY16BITSET()来给该周期的值提供一个合适的值,并且它默认为零。因此,如果启动计时器值为零,当TMR5等于PR5(默认为零)时,它总是重置为零。如果启动计时器以外的值,当TMR5等于0xFFFF时,它将溢出,然后停留在零。
以上来自于百度翻译 以下为原文 Because you did not use TMR5_Period16BitSet() to give a suitable value to the value of the period, and it's default to zero. So if you start the timer with value zero, it will always reset to zero when TMR5 equals to PR5 (default to zero). If you start the timer with value other than zero, it will just overflow when TMR5 equals 0xFFFF, then stays at zero. |
|
|
|
嘿,谢谢你的工作,我对PIC32如此愚蠢的错误太生疏了!最后,离开了MCC:http://Github.com /ARSTR…EE/MART/05Y计数器X
以上来自于百度翻译 以下为原文 Hey thanks got it working, I'm so rusty with the PIC32 such a silly mistake!, ended up moving away from MCC though: https://github.com/Armstr...ee/master/05_Counter.X |
|
|
|
只有小组成员才能发言,加入小组>>
5159 浏览 9 评论
1998 浏览 8 评论
1927 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3170 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2224 浏览 5 评论
726浏览 1评论
612浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
501浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
625浏览 0评论
524浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-20 21:43 , Processed in 1.233458 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号