码迷,mamicode.com
首页 > 其他好文 > 详细

STM32 SAR ADC internal structure

时间:2015-09-17 16:59:04      阅读:1449      评论:0      收藏:0      [点我收藏+]

标签:

The ADC in STM32x microcontrollers uses the SAR (successive approximation register) principle,

by which the conversion is performed in several steps.

The number of conversion steps is equal to the number of bits in the ADC converter.

Each step is driven by the ADC clock.

Each ADC clock produces one bit from result to output.

ADC internal design is a switched-capacitor type.

The following figures (Figure 1 to Figure 6) explain the principle of ADC operation.

The example given below shows only the first steps of approximation

but the process continues till the LSB is reached.

技术分享

技术分享

技术分享

技术分享

技术分享

技术分享

 

STM32 SAR ADC internal structure

标签:

原文地址:http://www.cnblogs.com/shangdawei/p/4816552.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!