Stm32 ADC Calculation

Source: Internet
Author: User

Read the pin voltage value from the ADC with the STM32, how to convert the data read back to the value of V???
V (ADC) = Value (ADC) * V (ref)/4096
(The Stm32 ADC is 12 bits, so the maximum ad Word is 4096) where V (ADC) is the calculated voltage value, and value (ADC) is the captured ad value, and V (ref) is the reference voltage, typically 3.3V. For example, your STM32 reference voltage is 3.3v, the captured ad value is 1024, then convert to voltage V (ADC) = 1024x3.3/4096 = 0.825V

Stm32 ADC Calculation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.