This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我现在ADC 是这么设置的:
1, ADC_CLK = 25MHz, (AdcRegs.ADCTRL3.bit.ADCCLKPS=3;AdcRegs.ADCTRL1.bit.CPS=0; //内核时钟预分频);
2,AdcRegs.ADCTRL1.bit.ACQ_PS=2;
3,AdcRegs.ADCTRL3.bit.SMODE_SEL=0; // 顺序采样模式 (共6个通道顺序采样)
4,每3.25us 启动一次ADC;
我的问题是:
1,在这种配置下,ADC 转换时钟频率就是25MHz 吗?
2,3.25us 能完成6通道的转换并输出结果吗?是否太快了?
谢谢!
请您参考SPRC097中例程,下载地址在http://www.ti.com.cn/tool/cn/SPRC097?keyMatch=sprc097&tisearch=Search-CN-Everything
ADC_CLK = 25MHz 这个应该是ADC外设的工作时钟 不一定是你想要的采样率
我记得2812采样率到不了这么高 你确认一下
3.25us还是要结合采样率和转换时间 看看这个时间内是否能完成转换