完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
您好,我是PIC控制器相对较新的,我正在尝试为我的设置找出最好的ACD操作模式。我使用PIC32 MX250F128B控制器,并且我有两个模拟输入连接到PICAN9和AN10引脚。我认为交替采样模式(具有自动采样启用)将是GOO。对我来说,把AN9连接到PIC的MUXA和AN10到MUXB。我已经将每个中断的样本数设置为16个,但是我很困惑我的缓冲区将如何存储这些值。是“Muxa、Muxb、Muxa、Muxb……”还是别的什么?谢谢你的帮助!
以上来自于百度翻译 以下为原文 Hello, I'm relatively new to PIC controllers and I'm trying to figure out the best ACD operating mode for my setup. I'm using the PIC32MX250F128B controller and I have two analog input connected to the PIC AN9 and AN10 pins. I thought the Alternating Sample mode(with auto sample enabled) would be good for me, by connecting AN9 to the PIC's MUXA and AN10 to MUXB. I've set the number of samples per interrupt to 16, but I'm confused how my buffer will store the values. Is it "MUXA, MUXB, MUXA, MUXB..." or something else? Thanks for the help in advance! |
|
相关推荐
1个回答
|
|
表22-1示出了用于结果存储的16个缓冲器(ADC1BUF0:ADC1BUFF)。当ADC完成每个转换时,这些结果将被填满。总共有16个,所以你应该从你的2个模拟输入中的8个输入到缓冲器(ADCUBF0=来自MUXA的SAMP1,来自MUXB的ADCBUF1=SAMPLE 1)等等。假设您正在对输入进行采样,然后对结果进行平均,则代码需要适当地使用结果寄存器,只得到MUXA结果,只得到MUXB结果。它们不会是顺序的,也可以在参考的DS60104中找到很多好的信息。
以上来自于百度翻译 以下为原文 Table 22-1 shows that there are 16 buffers for result storage (ADC1BUF0:ADC1BUFF). These will be filled with the results as the ADC complete each conversion. There are 16 total, so you should wind up with 8 from each of your 2 analog inputs alternately entered into the buffers (ADCBUF0 = sample1 from MUXA, ADCBUF1 = sample1 from MUXB and so on). Assuming you are sampling the input and then averaging the results, your code will need to take the result registers appropriately to get only MUXA results and only MUXB results. They will not be sequential. You can also find alot of good info in the referenced DS60001104. |
|
|
|
只有小组成员才能发言,加入小组>>
5170 浏览 9 评论
2001 浏览 8 评论
1931 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3176 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2228 浏览 5 评论
737浏览 1评论
622浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
509浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
635浏览 0评论
531浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 17:19 , Processed in 1.125045 second(s), Total 76, Slave 59 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号