CC2540 ADC设置12bit采集, AVDD5=3.3V, 测试电压1.5V, 采集的ADC只有920左右.
为什么在12bit下ADC的范围只有2048? 不是4096?
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.
您好,
You should not get more than 2047 as the result will always be in 2's complement where the MSb will be used to determine the sign (-/+). For single ended 12-bit you should expect results between 0 and 2047 (b0-b0000 0111 1111 1111).