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.
我在使用MSP430F2618的ADC12采集模拟信号时,在2048位置会有一个台阶,不知道是什么原因形成的。
您好,
您测试过SDK中的ADC12的驱动吗?
按照SDK程序对比测试,使用内部Vref_2.5就没有2048台阶,但是噪声会更大。使用外部Ref_2.5就有2048台阶。
下面帖子讨论了类似问题,请参考。
MSP430F5342 - ADC12 - MSP low-power microcontroller forum - MSP low-power microcontrollers - TI E2E support forums
MSP430F5338: ADC12 Counts Stuck at 2048 in a Region of Varying Input Voltage - MSP low-power microcontroller forum - MSP low-power microcontrollers - TI E2E support forums
目前问题已经明确了。跟REF_2V5没关系,使用ACLK,MCLK都会出现台阶,使用ADC12CLK不会出台阶,但是噪声大。
您好