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.
1. LM4F120H5QR的ADC为12-BIT的分辨率,4095就是最大值,如果你采样的值为4095,就是采到了满量程的电压了。
2. ADC的采样值对应的电压是和参考相关的,按照单端采样模式计算,参考为2.4V的话,4095就对应的2.4V。
3. 如果你的信号的电压值超过了2.4V,ADC的采样结果也会是在4095. 这时你可以选着外部参考。你也可以设置参考到VDDA,这会影响到一部分精度。